#581698

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

Shades of Indigo #581698

Tints of Indigo #581698

Color information

#581698 (or 0x581698) is unknown color: approx Indigo. HEX triplet: 58, 16 and 98. RGB value is (88,22,152). Sum of RGB (Red+Green+Blue) = 88+22+152=262 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.59% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 152 (59.77% from 255 or 58.02% from 262); Max value from RGB is 152 - color contains mainly: blue. Hex color #581698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581698 is #A7E967. Grayscale: #383838. Windows color (decimal): -11004264 or 9967192. OLE color: 9967192.

HSL color Cylindrical-coordinate representation of color #581698: hue angle of 270.46º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581698 is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8822152-
CMYK0.420.8600.40
HSL270.46º74.71%34.12%-
HSV(B)270.46º85.53%59.61%-
XYZ9.984.9230.13-
YUV56.55181.87150.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.59%
GREEN value IS 22 (8.98% from 255) = 8.40%
BLUE value IS 152 (59.77% from 255) = 58.02%
R=33.59%
G=8.40%
B=58.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88221520.420.8600.40270.4674.7134.12
Hex5816982A5602810e4b22
Octal130262305212605041611342
Binary10110001011010011000101010101011001010001000011101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581698; }

 p { color: rgb(88,22,152); }

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

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

 a { background-color: rgb(88,22,152); }

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

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

 span { border-color: rgb(88,22,152); }

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