Html Css Color HEX #36059E Persian Indigo

📋 copy color: '#36059E'

red 54 ◦ green 5 ◦ blue 158

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

Shades of Persian Indigo #36059E

Tints of Persian Indigo #36059E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 72.81%

R = 24.88%
G = 2.3%
B = 72.81%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36059E (or 0x36059E) is known color: Persian Indigo. HEX triplet: 36, 05 and 9E. RGB value is (54,5,158). Sum of RGB (Red+Green+Blue) = 54+5+158=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 158 (62.11% from 255 or 72.81% from 217); Max value from RGB is 158 - color contains mainly: blue. Hex color #36059E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36059E is #C9FA61. Grayscale: #242424. Windows color (decimal): -13236834 or 10356022. OLE color: 10356022.

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

Color convert

RGB 54 5 158 -
CMYK 0.66 0.97 0 0.38
HSL 259.22º 0.94% 0.32% -
HSV(B) 259.22º 0.97% 0.62% -
XYZ 7.75 3.36 32.59 -
YUV 37.09 196.23 140.06 -
System Red Green Blue C M Y K H S L
Decimal 54 5 158 0.66 0.97 0 0.38 259.22 0.94 0.32
Hex 36 5 9E 42 61 0 26 103 5E 20
Octal 66 5 236 102 141 0 46 403 136 40
Binary 110110 101 10011110 1000010 1100001 0 100110 100000011 1011110 100000

Color Harmonies of #36059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36059E

Black with #36059E

Text Example


Text Example

White with #36059E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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