Html Css Color HEX #581470 Indigo

📋 copy color: '#581470'

red 88 ◦ green 20 ◦ blue 112

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

Shades of Indigo #581470

Tints of Indigo #581470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 50.91%

R = 40%
G = 9.09%
B = 50.91%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#581470 (or 0x581470) is known color: Indigo. HEX triplet: 58, 14 and 70. RGB value is (88,20,112). Sum of RGB (Red+Green+Blue) = 88+20+112=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #581470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581470 is #A7EB8F. Grayscale: #323232. Windows color (decimal): -11004816 or 7345240. OLE color: 7345240.

HSL color Cylindrical-coordinate representation of color #581470: hue angle of 284.35º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581470 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 20 112 -
CMYK 0.21 0.82 0 0.56
HSL 284.35º 0.7% 0.26% -
HSV(B) 284.35º 0.82% 0.44% -
XYZ 7.2 3.74 15.67 -
YUV 50.82 162.53 154.52 -
System Red Green Blue C M Y K H S L
Decimal 88 20 112 0.21 0.82 0 0.56 284.35 0.7 0.26
Hex 58 14 70 15 52 0 38 11C 46 1A
Octal 130 24 160 25 122 0 70 434 106 32
Binary 1011000 10100 1110000 10101 1010010 0 111000 100011100 1000110 11010

Color Harmonies of #581470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581470

Black with #581470

Text Example


Text Example

White with #581470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581470; }

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

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

background-color css

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

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

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

border-color css

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

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

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