Html Css Color HEX #581482 Indigo

📋 copy color: '#581482'

red 88 ◦ green 20 ◦ blue 130

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

Shades of Indigo #581482

Tints of Indigo #581482

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.4%

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

R = 36.97%
G = 8.4%
B = 54.62%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#581482 (or 0x581482) is known color: Indigo. HEX triplet: 58, 14 and 82. RGB value is (88,20,130). Sum of RGB (Red+Green+Blue) = 88+20+130=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #581482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581482 is #A7EB7D. Grayscale: #343434. Windows color (decimal): -11004798 or 8524888. OLE color: 8524888.

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

Color convert

RGB 88 20 130 -
CMYK 0.32 0.85 0 0.49
HSL 277.09º 0.73% 0.29% -
HSV(B) 277.09º 0.85% 0.51% -
XYZ 8.3 4.19 21.49 -
YUV 52.87 171.53 153.06 -
System Red Green Blue C M Y K H S L
Decimal 88 20 130 0.32 0.85 0 0.49 277.09 0.73 0.29
Hex 58 14 82 20 55 0 31 115 49 1D
Octal 130 24 202 40 125 0 61 425 111 35
Binary 1011000 10100 10000010 100000 1010101 0 110001 100010101 1001001 11101

Color Harmonies of #581482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581482

Black with #581482

Text Example


Text Example

White with #581482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581482; }

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

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

background-color css

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

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

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

border-color css

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

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

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