Html Css Color HEX #36059F Persian Indigo

📋 copy color: '#36059F'

red 54 ◦ green 5 ◦ blue 159

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

Shades of Persian Indigo #36059F

Tints of Persian Indigo #36059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 72.94%

R = 24.77%
G = 2.29%
B = 72.94%

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

#36059F (or 0x36059F) is known color: Persian Indigo. HEX triplet: 36, 05 and 9F. RGB value is (54,5,159). Sum of RGB (Red+Green+Blue) = 54+5+159=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 159 (62.5% from 255 or 72.94% from 218); Max value from RGB is 159 - color contains mainly: blue. Hex color #36059F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36059F is #C9FA60. Grayscale: #242424. Windows color (decimal): -13236833 or 10421558. OLE color: 10421558.

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

Color convert

RGB 54 5 159 -
CMYK 0.66 0.97 0 0.38
HSL 259.09º 0.94% 0.32% -
HSV(B) 259.09º 0.97% 0.62% -
XYZ 7.83 3.4 33.04 -
YUV 37.21 196.73 139.98 -
System Red Green Blue C M Y K H S L
Decimal 54 5 159 0.66 0.97 0 0.38 259.09 0.94 0.32
Hex 36 5 9F 42 61 0 26 103 5E 20
Octal 66 5 237 102 141 0 46 403 136 40
Binary 110110 101 10011111 1000010 1100001 0 100110 100000011 1011110 100000

Color Harmonies of #36059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36059F

Black with #36059F

Text Example


Text Example

White with #36059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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