Html Css Color HEX #580898 Indigo

📋 copy color: '#580898'

red 88 ◦ green 8 ◦ blue 152

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

Shades of Indigo #580898

Tints of Indigo #580898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 61.29%

R = 35.48%
G = 3.23%
B = 61.29%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#580898 (or 0x580898) is known color: Indigo. HEX triplet: 58, 08 and 98. RGB value is (88,8,152). Sum of RGB (Red+Green+Blue) = 88+8+152=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 152 (59.77% from 255 or 61.29% from 248); Max value from RGB is 152 - color contains mainly: blue. Hex color #580898 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580898 is #A7F767. Grayscale: #2F2F2F. Windows color (decimal): -11007848 or 9963608. OLE color: 9963608.

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

Color convert

RGB 88 8 152 -
CMYK 0.42 0.95 0 0.40
HSL 273.33º 0.9% 0.31% -
HSV(B) 273.33º 0.95% 0.6% -
XYZ 9.78 4.52 30.06 -
YUV 48.34 186.5 156.29 -
System Red Green Blue C M Y K H S L
Decimal 88 8 152 0.42 0.95 0 0.40 273.33 0.9 0.31
Hex 58 8 98 2A 5F 0 28 111 5A 1F
Octal 130 10 230 52 137 0 50 421 132 37
Binary 1011000 1000 10011000 101010 1011111 0 101000 100010001 1011010 11111

Color Harmonies of #580898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580898

Black with #580898

Text Example


Text Example

White with #580898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580898; }

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

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

background-color css

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

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

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

border-color css

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

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

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