#36089B

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

Shades of Persian Indigo #36089B

Tints of Persian Indigo #36089B

Color information

#36089B (or 0x36089B) is unknown color: approx Persian Indigo. HEX triplet: 36, 08 and 9B. RGB value is (54,8,155). Sum of RGB (Red+Green+Blue) = 54+8+155=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 155 (60.94% from 255 or 71.43% from 217); Max value from RGB is 155 - color contains mainly: blue. Hex color #36089B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36089B is #C9F764. Grayscale: #252525. Windows color (decimal): -13236069 or 10160182. OLE color: 10160182.

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

Color convert

RGB548155-
CMYK0.650.9500.39
HSL258.78º90.18%31.96%-
HSV(B)258.78º94.84%60.78%-
XYZ7.523.3231.26-
YUV38.51193.74139.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 8 (3.52% from 255) = 3.69%
BLUE value IS 155 (60.94% from 255) = 71.43%
R=24.88%
G=3.69%
B=71.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5481550.650.9500.39258.7890.1831.96
Hex3689B415F0271035a20
Octal661023310113704740313240
Binary1101101000100110111000001101111101001111000000111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36089B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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