Html Css Color HEX #36099E Persian Indigo

📋 copy color: '#36099E'

red 54 ◦ green 9 ◦ blue 158

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

Shades of Persian Indigo #36099E

Tints of Persian Indigo #36099E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.07%

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

R = 24.43%
G = 4.07%
B = 71.49%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36099E (or 0x36099E) is known color: Persian Indigo. HEX triplet: 36, 09 and 9E. RGB value is (54,9,158). Sum of RGB (Red+Green+Blue) = 54+9+158=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 158 (62.11% from 255 or 71.49% from 221); Max value from RGB is 158 - color contains mainly: blue. Hex color #36099E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36099E is #C9F661. Grayscale: #262626. Windows color (decimal): -13235810 or 10357046. OLE color: 10357046.

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

Color convert

RGB 54 9 158 -
CMYK 0.66 0.94 0 0.38
HSL 258.12º 0.89% 0.33% -
HSV(B) 258.12º 0.94% 0.62% -
XYZ 7.79 3.45 32.6 -
YUV 39.44 194.91 138.38 -
System Red Green Blue C M Y K H S L
Decimal 54 9 158 0.66 0.94 0 0.38 258.12 0.89 0.33
Hex 36 9 9E 42 5E 0 26 102 59 21
Octal 66 11 236 102 136 0 46 402 131 41
Binary 110110 1001 10011110 1000010 1011110 0 100110 100000010 1011001 100001

Color Harmonies of #36099E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36099E

Black with #36099E

Text Example


Text Example

White with #36099E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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