Html Css Color HEX #580291 Indigo

📋 copy color: '#580291'

red 88 ◦ green 2 ◦ blue 145

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

Shades of Indigo #580291

Tints of Indigo #580291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 61.7%

R = 37.45%
G = 0.85%
B = 61.7%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#580291 (or 0x580291) is known color: Indigo. HEX triplet: 58, 02 and 91. RGB value is (88,2,145). Sum of RGB (Red+Green+Blue) = 88+2+145=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 145 (57.03% from 255 or 61.70% from 235); Max value from RGB is 145 - color contains mainly: blue. Hex color #580291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580291 is #A7FD6E. Grayscale: #2B2B2B. Windows color (decimal): -11009391 or 9503320. OLE color: 9503320.

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

Color convert

RGB 88 2 145 -
CMYK 0.39 0.99 0 0.43
HSL 276.08º 0.97% 0.29% -
HSV(B) 276.08º 0.99% 0.57% -
XYZ 9.16 4.16 27.11 -
YUV 44.02 184.99 159.37 -
System Red Green Blue C M Y K H S L
Decimal 88 2 145 0.39 0.99 0 0.43 276.08 0.97 0.29
Hex 58 2 91 27 63 0 2B 114 61 1D
Octal 130 2 221 47 143 0 53 424 141 35
Binary 1011000 10 10010001 100111 1100011 0 101011 100010100 1100001 11101

Color Harmonies of #580291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580291

Black with #580291

Text Example


Text Example

White with #580291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580291; }

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

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

background-color css

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

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

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

border-color css

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

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

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