Html Css Color HEX #36169C Persian Indigo

📋 copy color: '#36169C'

red 54 ◦ green 22 ◦ blue 156

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

Shades of Persian Indigo #36169C

Tints of Persian Indigo #36169C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.48%

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

R = 23.28%
G = 9.48%
B = 67.24%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36169C (or 0x36169C) is known color: Persian Indigo. HEX triplet: 36, 16 and 9C. RGB value is (54,22,156). Sum of RGB (Red+Green+Blue) = 54+22+156=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #36169C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36169C is #C9E963. Grayscale: #2E2E2E. Windows color (decimal): -13232484 or 10229302. OLE color: 10229302.

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

Color convert

RGB 54 22 156 -
CMYK 0.65 0.86 0 0.39
HSL 254.33º 0.75% 0.35% -
HSV(B) 254.33º 0.86% 0.61% -
XYZ 7.81 3.76 31.77 -
YUV 46.84 189.6 133.1 -
System Red Green Blue C M Y K H S L
Decimal 54 22 156 0.65 0.86 0 0.39 254.33 0.75 0.35
Hex 36 16 9C 41 56 0 27 FE 4B 23
Octal 66 26 234 101 126 0 47 376 113 43
Binary 110110 10110 10011100 1000001 1010110 0 100111 11111110 1001011 100011

Color Harmonies of #36169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36169C

Black with #36169C

Text Example


Text Example

White with #36169C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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