Html Css Color HEX #34119C Persian Indigo

📋 copy color: '#34119C'

red 52 ◦ green 17 ◦ blue 156

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

Shades of Persian Indigo #34119C

Tints of Persian Indigo #34119C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 69.33%

R = 23.11%
G = 7.56%
B = 69.33%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34119C (or 0x34119C) is known color: Persian Indigo. HEX triplet: 34, 11 and 9C. RGB value is (52,17,156). Sum of RGB (Red+Green+Blue) = 52+17+156=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 156 (61.33% from 255 or 69.33% from 225); Max value from RGB is 156 - color contains mainly: blue. Hex color #34119C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34119C is #CBEE63. Grayscale: #2A2A2A. Windows color (decimal): -13364836 or 10228020. OLE color: 10228020.

HSL color Cylindrical-coordinate representation of color #34119C: hue angle of 255.11º 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 #34119C is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 17 156 -
CMYK 0.67 0.89 0 0.39
HSL 255.11º 0.8% 0.34% -
HSV(B) 255.11º 0.89% 0.61% -
XYZ 7.62 3.53 31.73 -
YUV 43.31 191.6 134.2 -
System Red Green Blue C M Y K H S L
Decimal 52 17 156 0.67 0.89 0 0.39 255.11 0.8 0.34
Hex 34 11 9C 43 59 0 27 FF 50 22
Octal 64 21 234 103 131 0 47 377 120 42
Binary 110100 10001 10011100 1000011 1011001 0 100111 11111111 1010000 100010

Color Harmonies of #34119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34119C

Black with #34119C

Text Example


Text Example

White with #34119C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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