Html Css Color HEX #580289 Indigo

📋 copy color: '#580289'

red 88 ◦ green 2 ◦ blue 137

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

Shades of Indigo #580289

Tints of Indigo #580289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

 BLUE value IS 137 (53.91% from 255) = 60.35%

R = 38.77%
G = 0.88%
B = 60.35%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#580289 (or 0x580289) is known color: Indigo. HEX triplet: 58, 02 and 89. RGB value is (88,2,137). Sum of RGB (Red+Green+Blue) = 88+2+137=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #580289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580289 is #A7FD76. Grayscale: #2A2A2A. Windows color (decimal): -11009399 or 8979032. OLE color: 8979032.

HSL color Cylindrical-coordinate representation of color #580289: hue angle of 278.22º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580289 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 88 2 137 -
CMYK 0.36 0.99 0 0.46
HSL 278.22º 0.97% 0.27% -
HSV(B) 278.22º 0.99% 0.54% -
XYZ 8.56 3.92 23.97 -
YUV 43.1 180.99 160.02 -
System Red Green Blue C M Y K H S L
Decimal 88 2 137 0.36 0.99 0 0.46 278.22 0.97 0.27
Hex 58 2 89 24 63 0 2E 116 61 1B
Octal 130 2 211 44 143 0 56 426 141 33
Binary 1011000 10 10001001 100100 1100011 0 101110 100010110 1100001 11011

Color Harmonies of #580289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580289

Black with #580289

Text Example


Text Example

White with #580289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580289; }

 p { color: rgb(88,2,137); }

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

background-color css

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

 a { background-color: rgb(88,2,137); }

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

border-color css

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

 span { border-color: rgb(88,2,137); }

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