Html Css Color HEX #36099D Persian Indigo

📋 copy color: '#36099D'

red 54 ◦ green 9 ◦ blue 157

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

Shades of Persian Indigo #36099D

Tints of Persian Indigo #36099D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 71.36%

R = 24.55%
G = 4.09%
B = 71.36%

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

#36099D (or 0x36099D) is known color: Persian Indigo. HEX triplet: 36, 09 and 9D. RGB value is (54,9,157). Sum of RGB (Red+Green+Blue) = 54+9+157=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 157 (61.72% from 255 or 71.36% from 220); Max value from RGB is 157 - color contains mainly: blue. Hex color #36099D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36099D is #C9F662. Grayscale: #262626. Windows color (decimal): -13235811 or 10291510. OLE color: 10291510.

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

Color convert

RGB 54 9 157 -
CMYK 0.66 0.94 0 0.38
HSL 258.24º 0.89% 0.33% -
HSV(B) 258.24º 0.94% 0.62% -
XYZ 7.7 3.41 32.15 -
YUV 39.33 194.41 138.47 -
System Red Green Blue C M Y K H S L
Decimal 54 9 157 0.66 0.94 0 0.38 258.24 0.89 0.33
Hex 36 9 9D 42 5E 0 26 102 59 21
Octal 66 11 235 102 136 0 46 402 131 41
Binary 110110 1001 10011101 1000010 1011110 0 100110 100000010 1011001 100001

Color Harmonies of #36099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36099D

Black with #36099D

Text Example


Text Example

White with #36099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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