Html Css Color HEX #581877 Indigo

📋 copy color: '#581877'

red 88 ◦ green 24 ◦ blue 119

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

Shades of Indigo #581877

Tints of Indigo #581877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.39%

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

R = 38.1%
G = 10.39%
B = 51.52%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#581877 (or 0x581877) is known color: Indigo. HEX triplet: 58, 18 and 77. RGB value is (88,24,119). Sum of RGB (Red+Green+Blue) = 88+24+119=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #581877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581877 is #A7E788. Grayscale: #353535. Windows color (decimal): -11003785 or 7805016. OLE color: 7805016.

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

Color convert

RGB 88 24 119 -
CMYK 0.26 0.80 0 0.53
HSL 280.42º 0.66% 0.28% -
HSV(B) 280.42º 0.8% 0.47% -
XYZ 7.68 4.06 17.83 -
YUV 53.97 164.7 152.28 -
System Red Green Blue C M Y K H S L
Decimal 88 24 119 0.26 0.80 0 0.53 280.42 0.66 0.28
Hex 58 18 77 1A 50 0 35 118 42 1C
Octal 130 30 167 32 120 0 65 430 102 34
Binary 1011000 11000 1110111 11010 1010000 0 110101 100011000 1000010 11100

Color Harmonies of #581877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581877

Black with #581877

Text Example


Text Example

White with #581877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581877; }

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

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

background-color css

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

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

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

border-color css

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

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

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