Html Css Color HEX #580290 Indigo

📋 copy color: '#580290'

red 88 ◦ green 2 ◦ blue 144

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

Shades of Indigo #580290

Tints of Indigo #580290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 61.54%

R = 37.61%
G = 0.85%
B = 61.54%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#580290 (or 0x580290) is known color: Indigo. HEX triplet: 58, 02 and 90. RGB value is (88,2,144). Sum of RGB (Red+Green+Blue) = 88+2+144=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #580290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580290 is #A7FD6F. Grayscale: #2B2B2B. Windows color (decimal): -11009392 or 9437784. OLE color: 9437784.

HSL color Cylindrical-coordinate representation of color #580290: hue angle of 276.34º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580290 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 2 144 -
CMYK 0.39 0.99 0 0.44
HSL 276.34º 0.97% 0.29% -
HSV(B) 276.34º 0.99% 0.56% -
XYZ 9.08 4.13 26.7 -
YUV 43.9 184.49 159.45 -
System Red Green Blue C M Y K H S L
Decimal 88 2 144 0.39 0.99 0 0.44 276.34 0.97 0.29
Hex 58 2 90 27 63 0 2C 114 61 1D
Octal 130 2 220 47 143 0 54 424 141 35
Binary 1011000 10 10010000 100111 1100011 0 101100 100010100 1100001 11101

Color Harmonies of #580290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580290

Black with #580290

Text Example


Text Example

White with #580290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580290; }

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

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

background-color css

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

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

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

border-color css

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

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

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