Html Css Color HEX #581770 Indigo

📋 copy color: '#581770'

red 88 ◦ green 23 ◦ blue 112

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

Shades of Indigo #581770

Tints of Indigo #581770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.31%

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

R = 39.46%
G = 10.31%
B = 50.22%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#581770 (or 0x581770) is known color: Indigo. HEX triplet: 58, 17 and 70. RGB value is (88,23,112). Sum of RGB (Red+Green+Blue) = 88+23+112=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #581770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581770 is #A7E88F. Grayscale: #343434. Windows color (decimal): -11004048 or 7346008. OLE color: 7346008.

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

Color convert

RGB 88 23 112 -
CMYK 0.21 0.79 0 0.56
HSL 283.82º 0.66% 0.26% -
HSV(B) 283.82º 0.79% 0.44% -
XYZ 7.26 3.86 15.69 -
YUV 52.58 161.53 153.26 -
System Red Green Blue C M Y K H S L
Decimal 88 23 112 0.21 0.79 0 0.56 283.82 0.66 0.26
Hex 58 17 70 15 4F 0 38 11C 42 1A
Octal 130 27 160 25 117 0 70 434 102 32
Binary 1011000 10111 1110000 10101 1001111 0 111000 100011100 1000010 11010

Color Harmonies of #581770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581770

Black with #581770

Text Example


Text Example

White with #581770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581770; }

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

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

background-color css

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

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

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

border-color css

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

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

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