Html Css Color HEX #580182 Indigo

📋 copy color: '#580182'

red 88 ◦ green 1 ◦ blue 130

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

Shades of Indigo #580182

Tints of Indigo #580182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 130 (51.17% from 255) = 59.36%

R = 40.18%
G = 0.46%
B = 59.36%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#580182 (or 0x580182) is known color: Indigo. HEX triplet: 58, 01 and 82. RGB value is (88,1,130). Sum of RGB (Red+Green+Blue) = 88+1+130=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 130 (51.17% from 255 or 59.36% from 219); Max value from RGB is 130 - color contains mainly: blue. Hex color #580182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580182 is #A7FE7D. Grayscale: #292929. Windows color (decimal): -11009662 or 8520024. OLE color: 8520024.

HSL color Cylindrical-coordinate representation of color #580182: hue angle of 280.47º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580182 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 1 130 -
CMYK 0.32 0.99 0 0.49
HSL 280.47º 0.98% 0.26% -
HSV(B) 280.47º 0.99% 0.51% -
XYZ 8.06 3.71 21.41 -
YUV 41.72 177.82 161.01 -
System Red Green Blue C M Y K H S L
Decimal 88 1 130 0.32 0.99 0 0.49 280.47 0.98 0.26
Hex 58 1 82 20 63 0 31 118 62 1A
Octal 130 1 202 40 143 0 61 430 142 32
Binary 1011000 1 10000010 100000 1100011 0 110001 100011000 1100010 11010

Color Harmonies of #580182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580182

Black with #580182

Text Example


Text Example

White with #580182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580182; }

 p { color: rgb(88,1,130); }

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

background-color css

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

 a { background-color: rgb(88,1,130); }

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

border-color css

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

 span { border-color: rgb(88,1,130); }

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