#361889

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

Shades of Persian Indigo #361889

Tints of Persian Indigo #361889

Color information

#361889 (or 0x361889) is unknown color: approx Persian Indigo. HEX triplet: 36, 18 and 89. RGB value is (54,24,137). Sum of RGB (Red+Green+Blue) = 54+24+137=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 137 (53.91% from 255 or 63.72% from 215); Max value from RGB is 137 - color contains mainly: blue. Hex color #361889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361889 is #C9E776. Grayscale: #2D2D2D. Windows color (decimal): -13231991 or 8984630. OLE color: 8984630.

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

Color convert

RGB5424137-
CMYK0.610.8200.46
HSL255.93º70.19%31.57%-
HSV(B)255.93º82.48%53.73%-
XYZ6.363.2423.96-
YUV45.85179.44133.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.12%
GREEN value IS 24 (9.77% from 255) = 11.16%
BLUE value IS 137 (53.91% from 255) = 63.72%
R=25.12%
G=11.16%
B=63.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54241370.610.8200.46255.9370.1931.57
Hex3618893D5202E1004620
Octal66302117512205640010640
Binary1101101100010001001111101101001001011101000000001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361889; }

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

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

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

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

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

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

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

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