Html Css Color HEX #36099A Persian Indigo

📋 copy color: '#36099A'

red 54 ◦ green 9 ◦ blue 154

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

Shades of Persian Indigo #36099A

Tints of Persian Indigo #36099A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 70.97%

R = 24.88%
G = 4.15%
B = 70.97%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#36099A (or 0x36099A) is known color: Persian Indigo. HEX triplet: 36, 09 and 9A. RGB value is (54,9,154). Sum of RGB (Red+Green+Blue) = 54+9+154=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 154 (60.55% from 255 or 70.97% from 217); Max value from RGB is 154 - color contains mainly: blue. Hex color #36099A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36099A is #C9F665. Grayscale: #262626. Windows color (decimal): -13235814 or 10094902. OLE color: 10094902.

HSL color Cylindrical-coordinate representation of color #36099A: hue angle of 258.62º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #36099A is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 9 154 -
CMYK 0.65 0.94 0 0.40
HSL 258.62º 0.89% 0.32% -
HSV(B) 258.62º 0.94% 0.6% -
XYZ 7.45 3.31 30.82 -
YUV 38.99 192.91 138.71 -
System Red Green Blue C M Y K H S L
Decimal 54 9 154 0.65 0.94 0 0.40 258.62 0.89 0.32
Hex 36 9 9A 41 5E 0 28 103 59 20
Octal 66 11 232 101 136 0 50 403 131 40
Binary 110110 1001 10011010 1000001 1011110 0 101000 100000011 1011001 100000

Color Harmonies of #36099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36099A

Black with #36099A

Text Example


Text Example

White with #36099A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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