Html Css Color HEX #581774 Indigo

📋 copy color: '#581774'

red 88 ◦ green 23 ◦ blue 116

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

Shades of Indigo #581774

Tints of Indigo #581774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 51.1%

R = 38.77%
G = 10.13%
B = 51.1%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#581774 (or 0x581774) is known color: Indigo. HEX triplet: 58, 17 and 74. RGB value is (88,23,116). Sum of RGB (Red+Green+Blue) = 88+23+116=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #581774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581774 is #A7E88B. Grayscale: #343434. Windows color (decimal): -11004044 or 7608152. OLE color: 7608152.

HSL color Cylindrical-coordinate representation of color #581774: hue angle of 281.94º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #581774 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 23 116 -
CMYK 0.24 0.80 0 0.55
HSL 281.94º 0.67% 0.27% -
HSV(B) 281.94º 0.8% 0.45% -
XYZ 7.48 3.95 16.89 -
YUV 53.04 163.53 152.94 -
System Red Green Blue C M Y K H S L
Decimal 88 23 116 0.24 0.80 0 0.55 281.94 0.67 0.27
Hex 58 17 74 18 50 0 37 11A 43 1B
Octal 130 27 164 30 120 0 67 432 103 33
Binary 1011000 10111 1110100 11000 1010000 0 110111 100011010 1000011 11011

Color Harmonies of #581774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581774

Black with #581774

Text Example


Text Example

White with #581774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581774; }

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

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

background-color css

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

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

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

border-color css

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

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

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