#36099B

Color #36099B Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #36099B

Tints of Persian Indigo #36099B

Color information

#36099B (or 0x36099B) is unknown color: approx Persian Indigo. HEX triplet: 36, 09 and 9B. RGB value is (54,9,155). Sum of RGB (Red+Green+Blue) = 54+9+155=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 155 (60.94% from 255 or 71.10% from 218); Max value from RGB is 155 - color contains mainly: blue. Hex color #36099B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36099B is #C9F664. Grayscale: #262626. Windows color (decimal): -13235813 or 10160438. OLE color: 10160438.

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

Color convert

RGB549155-
CMYK0.650.9400.39
HSL258.49º89.02%32.16%-
HSV(B)258.49º94.19%60.78%-
XYZ7.543.3531.26-
YUV39.1193.41138.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.77%
GREEN value IS 9 (3.91% from 255) = 4.13%
BLUE value IS 155 (60.94% from 255) = 71.10%
R=24.77%
G=4.13%
B=71.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5491550.650.9400.39258.4989.0232.16
Hex3699B415E0271025920
Octal661123310113604740213140
Binary1101101001100110111000001101111001001111000000101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36099B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #36099B;
 }
 .AnyTagClassName
 {
   color: #36099B;
 }
</style>
background-color css

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

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

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

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

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

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