Html Css Color HEX #36059B Persian Indigo

📋 copy color: '#36059B'

red 54 ◦ green 5 ◦ blue 155

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

Shades of Persian Indigo #36059B

Tints of Persian Indigo #36059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 72.43%

R = 25.23%
G = 2.34%
B = 72.43%

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

#36059B (or 0x36059B) is known color: Persian Indigo. HEX triplet: 36, 05 and 9B. RGB value is (54,5,155). Sum of RGB (Red+Green+Blue) = 54+5+155=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 155 (60.94% from 255 or 72.43% from 214); Max value from RGB is 155 - color contains mainly: blue. Hex color #36059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36059B is #C9FA64. Grayscale: #242424. Windows color (decimal): -13236837 or 10159414. OLE color: 10159414.

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

Color convert

RGB 54 5 155 -
CMYK 0.65 0.97 0 0.39
HSL 259.6º 0.94% 0.31% -
HSV(B) 259.6º 0.97% 0.61% -
XYZ 7.49 3.26 31.24 -
YUV 36.75 194.73 140.3 -
System Red Green Blue C M Y K H S L
Decimal 54 5 155 0.65 0.97 0 0.39 259.6 0.94 0.31
Hex 36 5 9B 41 61 0 27 104 5E 1F
Octal 66 5 233 101 141 0 47 404 136 37
Binary 110110 101 10011011 1000001 1100001 0 100111 100000100 1011110 11111

Color Harmonies of #36059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36059B

Black with #36059B

Text Example


Text Example

White with #36059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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