#580262

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

Shades of Indigo #580262

Tints of Indigo #580262

Color information

#580262 (or 0x580262) is unknown color: approx Indigo. HEX triplet: 58, 02 and 62. RGB value is (88,2,98). Sum of RGB (Red+Green+Blue) = 88+2+98=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #580262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580262 is #A7FD9D. Grayscale: #262626. Windows color (decimal): -11009438 or 6423128. OLE color: 6423128.

HSL color Cylindrical-coordinate representation of color #580262: hue angle of 293.75º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580262 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB88298-
CMYK0.100.9800.62
HSL293.75º96%19.61%-
HSV(B)293.75º97.96%38.43%-
XYZ6.25311.8-
YUV38.66161.49163.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.81%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 98 (38.67% from 255) = 52.13%
R=46.81%
G=1.06%
B=52.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal882980.100.9800.62293.759619.61
Hex58262A6203E1266014
Octal13021421214207644614024
Binary1011000101100010101011000100111110100100110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580262; }

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

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

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

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

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

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

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

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