#461889

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

Shades of Persian Indigo #461889

Tints of Persian Indigo #461889

Color information

#461889 (or 0x461889) is unknown color: approx Persian Indigo. HEX triplet: 46, 18 and 89. RGB value is (70,24,137). Sum of RGB (Red+Green+Blue) = 70+24+137=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 137 (53.91% from 255 or 59.31% from 231); Max value from RGB is 137 - color contains mainly: blue. Hex color #461889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461889 is #B9E776. Grayscale: #323232. Windows color (decimal): -12183415 or 8984646. OLE color: 8984646.

HSL color Cylindrical-coordinate representation of color #461889: hue angle of 264.42º 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 #461889 is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7024137-
CMYK0.490.8200.46
HSL264.42º70.19%31.57%-
HSV(B)264.42º82.48%53.73%-
XYZ7.373.7624-
YUV50.64176.74141.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.30%
GREEN value IS 24 (9.77% from 255) = 10.39%
BLUE value IS 137 (53.91% from 255) = 59.31%
R=30.30%
G=10.39%
B=59.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70241370.490.8200.46264.4270.1931.57
Hex461889315202E1084620
Octal106302116112205641010640
Binary10001101100010001001110001101001001011101000010001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461889; }

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

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

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

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

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

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

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

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