Html Css Color HEX #581882 Indigo

📋 copy color: '#581882'

red 88 ◦ green 24 ◦ blue 130

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

Shades of Indigo #581882

Tints of Indigo #581882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.92%

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

R = 36.36%
G = 9.92%
B = 53.72%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#581882 (or 0x581882) is known color: Indigo. HEX triplet: 58, 18 and 82. RGB value is (88,24,130). Sum of RGB (Red+Green+Blue) = 88+24+130=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #581882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581882 is #A7E77D. Grayscale: #363636. Windows color (decimal): -11003774 or 8525912. OLE color: 8525912.

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

Color convert

RGB 88 24 130 -
CMYK 0.32 0.82 0 0.49
HSL 276.23º 0.69% 0.3% -
HSV(B) 276.23º 0.82% 0.51% -
XYZ 8.38 4.34 21.52 -
YUV 55.22 170.2 151.38 -
System Red Green Blue C M Y K H S L
Decimal 88 24 130 0.32 0.82 0 0.49 276.23 0.69 0.3
Hex 58 18 82 20 52 0 31 114 45 1E
Octal 130 30 202 40 122 0 61 424 105 36
Binary 1011000 11000 10000010 100000 1010010 0 110001 100010100 1000101 11110

Color Harmonies of #581882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581882

Black with #581882

Text Example


Text Example

White with #581882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581882; }

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

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

background-color css

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

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

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

border-color css

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

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

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