#581284

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

Shades of Indigo #581284

Tints of Indigo #581284

Color information

#581284 (or 0x581284) is unknown color: approx Indigo. HEX triplet: 58, 12 and 84. RGB value is (88,18,132). Sum of RGB (Red+Green+Blue) = 88+18+132=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 132 (51.95% from 255 or 55.46% from 238); Max value from RGB is 132 - color contains mainly: blue. Hex color #581284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581284 is #A7ED7B. Grayscale: #333333. Windows color (decimal): -11005308 or 8655448. OLE color: 8655448.

HSL color Cylindrical-coordinate representation of color #581284: hue angle of 276.84º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581284 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8818132-
CMYK0.330.8600.48
HSL276.84º76%29.41%-
HSV(B)276.84º86.36%51.76%-
XYZ8.414.1722.19-
YUV51.93173.19153.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.97%
GREEN value IS 18 (7.42% from 255) = 7.56%
BLUE value IS 132 (51.95% from 255) = 55.46%
R=36.97%
G=7.56%
B=55.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88181320.330.8600.48276.847629.41
Hex58128421560301154c1d
Octal130222044112606042511435
Binary1011000100101000010010000110101100110000100010101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581284; }

 p { color: rgb(88,18,132); }

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

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

 a { background-color: rgb(88,18,132); }

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

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

 span { border-color: rgb(88,18,132); }

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