Html Css Color HEX #581082 Indigo

📋 copy color: '#581082'

red 88 ◦ green 16 ◦ blue 130

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

Shades of Indigo #581082

Tints of Indigo #581082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.84%

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

R = 37.61%
G = 6.84%
B = 55.56%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#581082 (or 0x581082) is known color: Indigo. HEX triplet: 58, 10 and 82. RGB value is (88,16,130). Sum of RGB (Red+Green+Blue) = 88+16+130=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #581082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581082 is #A7EF7D. Grayscale: #323232. Windows color (decimal): -11005822 or 8523864. OLE color: 8523864.

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

Color convert

RGB 88 16 130 -
CMYK 0.32 0.88 0 0.49
HSL 277.89º 0.78% 0.29% -
HSV(B) 277.89º 0.88% 0.51% -
XYZ 8.24 4.06 21.47 -
YUV 50.52 172.85 154.73 -
System Red Green Blue C M Y K H S L
Decimal 88 16 130 0.32 0.88 0 0.49 277.89 0.78 0.29
Hex 58 10 82 20 58 0 31 116 4E 1D
Octal 130 20 202 40 130 0 61 426 116 35
Binary 1011000 10000 10000010 100000 1011000 0 110001 100010110 1001110 11101

Color Harmonies of #581082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581082

Black with #581082

Text Example


Text Example

White with #581082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581082; }

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

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

background-color css

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

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

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

border-color css

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

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

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