Html Css Color HEX #581088 Indigo

📋 copy color: '#581088'

red 88 ◦ green 16 ◦ blue 136

#581088
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #581088

Tints of Indigo #581088

RGB

 RED value IS 88 (34.77% from 255) = 36.67%

 GREEN value IS 16 (6.64% from 255) = 6.67%

 BLUE value IS 136 (53.52% from 255) = 56.67%

R = 36.67%
G = 6.67%
B = 56.67%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#581088 (or 0x581088) is known color: Indigo. HEX triplet: 58, 10 and 88. RGB value is (88,16,136). Sum of RGB (Red+Green+Blue) = 88+16+136=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #581088 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581088 is #A7EF77. Grayscale: #323232. Windows color (decimal): -11005816 or 8917080. OLE color: 8917080.

HSL color Cylindrical-coordinate representation of color #581088: hue angle of 276º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #581088 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 16 136 -
CMYK 0.35 0.88 0 0.47
HSL 276º 0.79% 0.3% -
HSV(B) 276º 0.88% 0.53% -
XYZ 8.65 4.22 23.65 -
YUV 51.21 175.85 154.24 -
System Red Green Blue C M Y K H S L
Decimal 88 16 136 0.35 0.88 0 0.47 276 0.79 0.3
Hex 58 10 88 23 58 0 2F 114 4F 1E
Octal 130 20 210 43 130 0 57 424 117 36
Binary 1011000 10000 10001000 100011 1011000 0 101111 100010100 1001111 11110

Color Harmonies of #581088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581088

Black with #581088

Text Example


Text Example

White with #581088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581088; }

 p { color: rgb(88,16,136); }

 H1.HeaderClassName
 {
   color: #581088;
 }
 .AnyTagClassName
 {
   color: #581088;
 }
</style>

background-color css

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

 a { background-color: rgb(88,16,136); }

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

border-color css

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

 span { border-color: rgb(88,16,136); }

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