Html Css Color HEX #36039C Persian Indigo

📋 copy color: '#36039C'

red 54 ◦ green 3 ◦ blue 156

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

Shades of Persian Indigo #36039C

Tints of Persian Indigo #36039C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.41%

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

R = 25.35%
G = 1.41%
B = 73.24%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36039C (or 0x36039C) is known color: Persian Indigo. HEX triplet: 36, 03 and 9C. RGB value is (54,3,156). Sum of RGB (Red+Green+Blue) = 54+3+156=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 156 (61.33% from 255 or 73.24% from 213); Max value from RGB is 156 - color contains mainly: blue. Hex color #36039C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36039C is #C9FC63. Grayscale: #232323. Windows color (decimal): -13237348 or 10224438. OLE color: 10224438.

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

Color convert

RGB 54 3 156 -
CMYK 0.65 0.98 0 0.39
HSL 260º 0.96% 0.31% -
HSV(B) 260º 0.98% 0.61% -
XYZ 7.55 3.25 31.68 -
YUV 35.69 195.9 141.06 -
System Red Green Blue C M Y K H S L
Decimal 54 3 156 0.65 0.98 0 0.39 260 0.96 0.31
Hex 36 3 9C 41 62 0 27 104 60 1F
Octal 66 3 234 101 142 0 47 404 140 37
Binary 110110 11 10011100 1000001 1100010 0 100111 100000100 1100000 11111

Color Harmonies of #36039C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36039C

Black with #36039C

Text Example


Text Example

White with #36039C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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