Html Css Color HEX #580896 Indigo

📋 copy color: '#580896'

red 88 ◦ green 8 ◦ blue 150

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

Shades of Indigo #580896

Tints of Indigo #580896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.25%

 BLUE value IS 150 (58.98% from 255) = 60.98%

R = 35.77%
G = 3.25%
B = 60.98%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#580896 (or 0x580896) is known color: Indigo. HEX triplet: 58, 08 and 96. RGB value is (88,8,150). Sum of RGB (Red+Green+Blue) = 88+8+150=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 150 (58.98% from 255 or 60.98% from 246); Max value from RGB is 150 - color contains mainly: blue. Hex color #580896 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580896 is #A7F769. Grayscale: #2F2F2F. Windows color (decimal): -11007850 or 9832536. OLE color: 9832536.

HSL color Cylindrical-coordinate representation of color #580896: hue angle of 273.8º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580896 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 8 150 -
CMYK 0.41 0.95 0 0.41
HSL 273.8º 0.9% 0.31% -
HSV(B) 273.8º 0.95% 0.59% -
XYZ 9.62 4.45 29.21 -
YUV 48.11 185.5 156.45 -
System Red Green Blue C M Y K H S L
Decimal 88 8 150 0.41 0.95 0 0.41 273.8 0.9 0.31
Hex 58 8 96 29 5F 0 29 112 5A 1F
Octal 130 10 226 51 137 0 51 422 132 37
Binary 1011000 1000 10010110 101001 1011111 0 101001 100010010 1011010 11111

Color Harmonies of #580896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580896

Black with #580896

Text Example


Text Example

White with #580896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580896; }

 p { color: rgb(88,8,150); }

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

background-color css

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

 a { background-color: rgb(88,8,150); }

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

border-color css

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

 span { border-color: rgb(88,8,150); }

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