Html Css Color HEX #580292 Indigo

📋 copy color: '#580292'

red 88 ◦ green 2 ◦ blue 146

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

Shades of Indigo #580292

Tints of Indigo #580292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 61.86%

R = 37.29%
G = 0.85%
B = 61.86%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#580292 (or 0x580292) is known color: Indigo. HEX triplet: 58, 02 and 92. RGB value is (88,2,146). Sum of RGB (Red+Green+Blue) = 88+2+146=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #580292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580292 is #A7FD6D. Grayscale: #2B2B2B. Windows color (decimal): -11009390 or 9568856. OLE color: 9568856.

HSL color Cylindrical-coordinate representation of color #580292: hue angle of 275.83º 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 #580292 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 2 146 -
CMYK 0.40 0.99 0 0.43
HSL 275.83º 0.97% 0.29% -
HSV(B) 275.83º 0.99% 0.57% -
XYZ 9.23 4.19 27.52 -
YUV 44.13 185.49 159.29 -
System Red Green Blue C M Y K H S L
Decimal 88 2 146 0.40 0.99 0 0.43 275.83 0.97 0.29
Hex 58 2 92 28 63 0 2B 114 61 1D
Octal 130 2 222 50 143 0 53 424 141 35
Binary 1011000 10 10010010 101000 1100011 0 101011 100010100 1100001 11101

Color Harmonies of #580292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580292

Black with #580292

Text Example


Text Example

White with #580292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580292; }

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

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

background-color css

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

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

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

border-color css

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

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

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