#361789

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

Shades of Persian Indigo #361789

Tints of Persian Indigo #361789

Color information

#361789 (or 0x361789) is unknown color: approx Persian Indigo. HEX triplet: 36, 17 and 89. RGB value is (54,23,137). Sum of RGB (Red+Green+Blue) = 54+23+137=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 137 (53.91% from 255 or 64.02% from 214); Max value from RGB is 137 - color contains mainly: blue. Hex color #361789 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361789 is #C9E876. Grayscale: #2C2C2C. Windows color (decimal): -13232247 or 8984374. OLE color: 8984374.

HSL color Cylindrical-coordinate representation of color #361789: hue angle of 256.32º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #361789 is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5423137-
CMYK0.610.8300.46
HSL256.32º71.25%31.37%-
HSV(B)256.32º83.21%53.73%-
XYZ6.343.223.95-
YUV45.26179.77134.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.23%
GREEN value IS 23 (9.38% from 255) = 10.75%
BLUE value IS 137 (53.91% from 255) = 64.02%
R=25.23%
G=10.75%
B=64.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54231370.610.8300.46256.3271.2531.37
Hex3617893D5302E100471f
Octal66272117512305640010737
Binary110110101111000100111110110100110101110100000000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361789; }

 p { color: rgb(54,23,137); }

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

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

 a { background-color: rgb(54,23,137); }

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

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

 span { border-color: rgb(54,23,137); }

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