Html Css Color HEX #581077 Indigo

📋 copy color: '#581077'

red 88 ◦ green 16 ◦ blue 119

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

Shades of Indigo #581077

Tints of Indigo #581077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.17%

 BLUE value IS 119 (46.88% from 255) = 53.36%

R = 39.46%
G = 7.17%
B = 53.36%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#581077 (or 0x581077) is known color: Indigo. HEX triplet: 58, 10 and 77. RGB value is (88,16,119). Sum of RGB (Red+Green+Blue) = 88+16+119=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #581077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581077 is #A7EF88. Grayscale: #303030. Windows color (decimal): -11005833 or 7802968. OLE color: 7802968.

HSL color Cylindrical-coordinate representation of color #581077: hue angle of 281.94º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #581077 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 16 119 -
CMYK 0.26 0.87 0 0.53
HSL 281.94º 0.76% 0.26% -
HSV(B) 281.94º 0.87% 0.47% -
XYZ 7.54 3.78 17.78 -
YUV 49.27 167.35 155.62 -
System Red Green Blue C M Y K H S L
Decimal 88 16 119 0.26 0.87 0 0.53 281.94 0.76 0.26
Hex 58 10 77 1A 57 0 35 11A 4C 1A
Octal 130 20 167 32 127 0 65 432 114 32
Binary 1011000 10000 1110111 11010 1010111 0 110101 100011010 1001100 11010

Color Harmonies of #581077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581077

Black with #581077

Text Example


Text Example

White with #581077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581077; }

 p { color: rgb(88,16,119); }

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

background-color css

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

 a { background-color: rgb(88,16,119); }

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

border-color css

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

 span { border-color: rgb(88,16,119); }

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