Html Css Color HEX #36059C Persian Indigo

📋 copy color: '#36059C'

red 54 ◦ green 5 ◦ blue 156

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

Shades of Persian Indigo #36059C

Tints of Persian Indigo #36059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.33%

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

R = 25.12%
G = 2.33%
B = 72.56%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36059C (or 0x36059C) is known color: Persian Indigo. HEX triplet: 36, 05 and 9C. RGB value is (54,5,156). Sum of RGB (Red+Green+Blue) = 54+5+156=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 156 (61.33% from 255 or 72.56% from 215); Max value from RGB is 156 - color contains mainly: blue. Hex color #36059C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36059C is #C9FA63. Grayscale: #242424. Windows color (decimal): -13236836 or 10224950. OLE color: 10224950.

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

Color convert

RGB 54 5 156 -
CMYK 0.65 0.97 0 0.39
HSL 259.47º 0.94% 0.32% -
HSV(B) 259.47º 0.97% 0.61% -
XYZ 7.58 3.29 31.69 -
YUV 36.87 195.23 140.22 -
System Red Green Blue C M Y K H S L
Decimal 54 5 156 0.65 0.97 0 0.39 259.47 0.94 0.32
Hex 36 5 9C 41 61 0 27 103 5E 20
Octal 66 5 234 101 141 0 47 403 136 40
Binary 110110 101 10011100 1000001 1100001 0 100111 100000011 1011110 100000

Color Harmonies of #36059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36059C

Black with #36059C

Text Example


Text Example

White with #36059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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