#581875

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

Shades of Indigo #581875

Tints of Indigo #581875

Color information

#581875 (or 0x581875) is unknown color: approx Indigo. HEX triplet: 58, 18 and 75. RGB value is (88,24,117). Sum of RGB (Red+Green+Blue) = 88+24+117=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #581875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581875 is #A7E78A. Grayscale: #353535. Windows color (decimal): -11003787 or 7673944. OLE color: 7673944.

HSL color Cylindrical-coordinate representation of color #581875: hue angle of 281.29º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #581875 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8824117-
CMYK0.250.7900.54
HSL281.29º65.96%27.65%-
HSV(B)281.29º79.49%45.88%-
XYZ7.564.0117.21-
YUV53.74163.7152.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.43%
GREEN value IS 24 (9.77% from 255) = 10.48%
BLUE value IS 117 (46.09% from 255) = 51.09%
R=38.43%
G=10.48%
B=51.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88241170.250.7900.54281.2965.9627.65
Hex581875194F036119421c
Octal130301653111706643110234
Binary10110001100011101011100110011110110110100011001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581875; }

 p { color: rgb(88,24,117); }

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

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

 a { background-color: rgb(88,24,117); }

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

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

 span { border-color: rgb(88,24,117); }

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