Html Css Color HEX #34059B Persian Indigo

📋 copy color: '#34059B'

red 52 ◦ green 5 ◦ blue 155

#34059B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #34059B

Tints of Persian Indigo #34059B

RGB

 RED value IS 52 (20.7% from 255) = 24.53%

 GREEN value IS 5 (2.34% from 255) = 2.36%

 BLUE value IS 155 (60.94% from 255) = 73.11%

R = 24.53%
G = 2.36%
B = 73.11%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#34059B (or 0x34059B) is known color: Persian Indigo. HEX triplet: 34, 05 and 9B. RGB value is (52,5,155). Sum of RGB (Red+Green+Blue) = 52+5+155=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 155 (60.94% from 255 or 73.11% from 212); Max value from RGB is 155 - color contains mainly: blue. Hex color #34059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34059B is #CBFA64. Grayscale: #232323. Windows color (decimal): -13367909 or 10159412. OLE color: 10159412.

HSL color Cylindrical-coordinate representation of color #34059B: hue angle of 258.8º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #34059B is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 5 155 -
CMYK 0.66 0.97 0 0.39
HSL 258.8º 0.94% 0.31% -
HSV(B) 258.8º 0.97% 0.61% -
XYZ 7.39 3.21 31.24 -
YUV 36.15 195.07 139.3 -
System Red Green Blue C M Y K H S L
Decimal 52 5 155 0.66 0.97 0 0.39 258.8 0.94 0.31
Hex 34 5 9B 42 61 0 27 103 5E 1F
Octal 64 5 233 102 141 0 47 403 136 37
Binary 110100 101 10011011 1000010 1100001 0 100111 100000011 1011110 11111

Color Harmonies of #34059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34059B

Black with #34059B

Text Example


Text Example

White with #34059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34059B; }

 p { color: rgb(52,5,155); }

 H1.HeaderClassName
 {
   color: #34059B;
 }
 .AnyTagClassName
 {
   color: #34059B;
 }
</style>

background-color css

<style>
 a { background-color: #34059B; }

 a { background-color: rgb(52,5,155); }

 div.DivClassName
 {
   background-color: #34059B;
 }
 .BgClassName
 {
   background-color: #34059B;
 }
</style>

border-color css

<style>
 span { border-color: #34059B; }

 span { border-color: rgb(52,5,155); }

 td.TdClassName
 {
   border-color: #34059B;
 }
 .TagClassName
 {
   border-color: #34059B;
 }
</style>