Html Css Color HEX #36089F Persian Indigo

📋 copy color: '#36089F'

red 54 ◦ green 8 ◦ blue 159

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

Shades of Persian Indigo #36089F

Tints of Persian Indigo #36089F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.62%

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

R = 24.43%
G = 3.62%
B = 71.95%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36089F (or 0x36089F) is known color: Persian Indigo. HEX triplet: 36, 08 and 9F. RGB value is (54,8,159). Sum of RGB (Red+Green+Blue) = 54+8+159=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 159 (62.5% from 255 or 71.95% from 221); Max value from RGB is 159 - color contains mainly: blue. Hex color #36089F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36089F is #C9F760. Grayscale: #262626. Windows color (decimal): -13236065 or 10422326. OLE color: 10422326.

HSL color Cylindrical-coordinate representation of color #36089F: hue angle of 258.28º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #36089F is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 8 159 -
CMYK 0.66 0.95 0 0.38
HSL 258.28º 0.9% 0.33% -
HSV(B) 258.28º 0.95% 0.62% -
XYZ 7.87 3.46 33.05 -
YUV 38.97 195.74 138.72 -
System Red Green Blue C M Y K H S L
Decimal 54 8 159 0.66 0.95 0 0.38 258.28 0.9 0.33
Hex 36 8 9F 42 5F 0 26 102 5A 21
Octal 66 10 237 102 137 0 46 402 132 41
Binary 110110 1000 10011111 1000010 1011111 0 100110 100000010 1011010 100001

Color Harmonies of #36089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36089F

Black with #36089F

Text Example


Text Example

White with #36089F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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