Html Css Color HEX #36199C Persian Indigo

📋 copy color: '#36199C'

red 54 ◦ green 25 ◦ blue 156

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

Shades of Persian Indigo #36199C

Tints of Persian Indigo #36199C

RGB

 RED value IS 54 (21.48% from 255) = 22.98%

 GREEN value IS 25 (10.16% from 255) = 10.64%

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

R = 22.98%
G = 10.64%
B = 66.38%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36199C (or 0x36199C) is known color: Persian Indigo. HEX triplet: 36, 19 and 9C. RGB value is (54,25,156). Sum of RGB (Red+Green+Blue) = 54+25+156=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 156 (61.33% from 255 or 66.38% from 235); Max value from RGB is 156 - color contains mainly: blue. Hex color #36199C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36199C is #C9E663. Grayscale: #303030. Windows color (decimal): -13231716 or 10230070. OLE color: 10230070.

HSL color Cylindrical-coordinate representation of color #36199C: hue angle of 253.28º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #36199C is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 25 156 -
CMYK 0.65 0.84 0 0.39
HSL 253.28º 0.72% 0.35% -
HSV(B) 253.28º 0.84% 0.61% -
XYZ 7.87 3.88 31.79 -
YUV 48.61 188.61 131.85 -
System Red Green Blue C M Y K H S L
Decimal 54 25 156 0.65 0.84 0 0.39 253.28 0.72 0.35
Hex 36 19 9C 41 54 0 27 FD 48 23
Octal 66 31 234 101 124 0 47 375 110 43
Binary 110110 11001 10011100 1000001 1010100 0 100111 11111101 1001000 100011

Color Harmonies of #36199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36199C

Black with #36199C

Text Example


Text Example

White with #36199C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,25,156); }

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

background-color css

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

 a { background-color: rgb(54,25,156); }

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

border-color css

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

 span { border-color: rgb(54,25,156); }

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