Html Css Color HEX #36059D Persian Indigo

📋 copy color: '#36059D'

red 54 ◦ green 5 ◦ blue 157

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

Shades of Persian Indigo #36059D

Tints of Persian Indigo #36059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 72.69%

R = 25%
G = 2.31%
B = 72.69%

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

#36059D (or 0x36059D) is known color: Persian Indigo. HEX triplet: 36, 05 and 9D. RGB value is (54,5,157). Sum of RGB (Red+Green+Blue) = 54+5+157=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 157 (61.72% from 255 or 72.69% from 216); Max value from RGB is 157 - color contains mainly: blue. Hex color #36059D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36059D is #C9FA62. Grayscale: #242424. Windows color (decimal): -13236835 or 10290486. OLE color: 10290486.

HSL color Cylindrical-coordinate representation of color #36059D: hue angle of 259.34º 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 #36059D is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 5 157 -
CMYK 0.66 0.97 0 0.38
HSL 259.34º 0.94% 0.32% -
HSV(B) 259.34º 0.97% 0.62% -
XYZ 7.66 3.33 32.14 -
YUV 36.98 195.73 140.14 -
System Red Green Blue C M Y K H S L
Decimal 54 5 157 0.66 0.97 0 0.38 259.34 0.94 0.32
Hex 36 5 9D 42 61 0 26 103 5E 20
Octal 66 5 235 102 141 0 46 403 136 40
Binary 110110 101 10011101 1000010 1100001 0 100110 100000011 1011110 100000

Color Harmonies of #36059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36059D

Black with #36059D

Text Example


Text Example

White with #36059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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