Html Css Color HEX #34119B Persian Indigo

📋 copy color: '#34119B'

red 52 ◦ green 17 ◦ blue 155

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

Shades of Persian Indigo #34119B

Tints of Persian Indigo #34119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.59%

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

R = 23.21%
G = 7.59%
B = 69.2%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34119B (or 0x34119B) is known color: Persian Indigo. HEX triplet: 34, 11 and 9B. RGB value is (52,17,155). Sum of RGB (Red+Green+Blue) = 52+17+155=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 155 (60.94% from 255 or 69.20% from 224); Max value from RGB is 155 - color contains mainly: blue. Hex color #34119B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34119B is #CBEE64. Grayscale: #2A2A2A. Windows color (decimal): -13364837 or 10162484. OLE color: 10162484.

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

Color convert

RGB 52 17 155 -
CMYK 0.66 0.89 0 0.39
HSL 255.22º 0.8% 0.34% -
HSV(B) 255.22º 0.89% 0.61% -
XYZ 7.53 3.5 31.29 -
YUV 43.2 191.1 134.28 -
System Red Green Blue C M Y K H S L
Decimal 52 17 155 0.66 0.89 0 0.39 255.22 0.8 0.34
Hex 34 11 9B 42 59 0 27 FF 50 22
Octal 64 21 233 102 131 0 47 377 120 42
Binary 110100 10001 10011011 1000010 1011001 0 100111 11111111 1010000 100010

Color Harmonies of #34119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34119B

Black with #34119B

Text Example


Text Example

White with #34119B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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