#580267

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

Shades of Indigo #580267

Tints of Indigo #580267

Color information

#580267 (or 0x580267) is unknown color: approx Indigo. HEX triplet: 58, 02 and 67. RGB value is (88,2,103). Sum of RGB (Red+Green+Blue) = 88+2+103=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #580267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580267 is #A7FD98. Grayscale: #262626. Windows color (decimal): -11009433 or 6750808. OLE color: 6750808.

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

Color convert

RGB882103-
CMYK0.150.9800.60
HSL291.09º96.19%20.59%-
HSV(B)291.09º98.06%40.39%-
XYZ6.493.113.09-
YUV39.23163.99162.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.60%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 103 (40.62% from 255) = 53.37%
R=45.60%
G=1.04%
B=53.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8821030.150.9800.60291.0996.1920.59
Hex58267F6203C1236015
Octal13021471714207444314025
Binary1011000101100111111111000100111100100100011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580267; }

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

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

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

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

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

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

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

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