Html Css Color HEX #581878 Indigo

📋 copy color: '#581878'

red 88 ◦ green 24 ◦ blue 120

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

Shades of Indigo #581878

Tints of Indigo #581878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 51.72%

R = 37.93%
G = 10.34%
B = 51.72%

CMYK

 C value IS 0.27

 M value IS 0.8

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#581878 (or 0x581878) is known color: Indigo. HEX triplet: 58, 18 and 78. RGB value is (88,24,120). Sum of RGB (Red+Green+Blue) = 88+24+120=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #581878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581878 is #A7E787. Grayscale: #353535. Windows color (decimal): -11003784 or 7870552. OLE color: 7870552.

HSL color Cylindrical-coordinate representation of color #581878: hue angle of 280º degrees, saturation: 0.67, 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 #581878 is Cyan = 0.27, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 24 120 -
CMYK 0.27 0.8 0 0.53
HSL 280º 0.67% 0.28% -
HSV(B) 280º 0.8% 0.47% -
XYZ 7.74 4.08 18.15 -
YUV 54.08 165.2 152.19 -
System Red Green Blue C M Y K H S L
Decimal 88 24 120 0.27 0.8 0 0.53 280 0.67 0.28
Hex 58 18 78 1B 50 0 35 118 43 1C
Octal 130 30 170 33 120 0 65 430 103 34
Binary 1011000 11000 1111000 11011 1010000 0 110101 100011000 1000011 11100

Color Harmonies of #581878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581878

Black with #581878

Text Example


Text Example

White with #581878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581878; }

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

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

background-color css

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

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

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

border-color css

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

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

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