#580270

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

Shades of Indigo #580270

Tints of Indigo #580270

Color information

#580270 (or 0x580270) is unknown color: approx Indigo. HEX triplet: 58, 02 and 70. RGB value is (88,2,112). Sum of RGB (Red+Green+Blue) = 88+2+112=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #580270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580270 is #A7FD8F. Grayscale: #272727. Windows color (decimal): -11009424 or 7340632. OLE color: 7340632.

HSL color Cylindrical-coordinate representation of color #580270: hue angle of 286.91º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580270 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB882112-
CMYK0.210.9800.56
HSL286.91º96.49%22.35%-
HSV(B)286.91º98.21%43.92%-
XYZ6.973.2915.6-
YUV40.25168.49162.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.56%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 112 (44.14% from 255) = 55.45%
R=43.56%
G=0.99%
B=55.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8821120.210.9800.56286.9196.4922.35
Hex58270156203811f6016
Octal13021602514207043714026
Binary10110001011100001010111000100111000100011111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580270; }

 p { color: rgb(88,2,112); }

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

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

 a { background-color: rgb(88,2,112); }

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

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

 span { border-color: rgb(88,2,112); }

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