Html Css Color HEX #581978 Indigo

📋 copy color: '#581978'

red 88 ◦ green 25 ◦ blue 120

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

Shades of Indigo #581978

Tints of Indigo #581978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.73%

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

R = 37.77%
G = 10.73%
B = 51.5%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#581978 (or 0x581978) is known color: Indigo. HEX triplet: 58, 19 and 78. RGB value is (88,25,120). Sum of RGB (Red+Green+Blue) = 88+25+120=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #581978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581978 is #A7E687. Grayscale: #363636. Windows color (decimal): -11003528 or 7870808. OLE color: 7870808.

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

Color convert

RGB 88 25 120 -
CMYK 0.27 0.79 0 0.53
HSL 279.79º 0.66% 0.28% -
HSV(B) 279.79º 0.79% 0.47% -
XYZ 7.76 4.13 18.16 -
YUV 54.67 164.87 151.78 -
System Red Green Blue C M Y K H S L
Decimal 88 25 120 0.27 0.79 0 0.53 279.79 0.66 0.28
Hex 58 19 78 1B 4F 0 35 118 42 1C
Octal 130 31 170 33 117 0 65 430 102 34
Binary 1011000 11001 1111000 11011 1001111 0 110101 100011000 1000010 11100

Color Harmonies of #581978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581978

Black with #581978

Text Example


Text Example

White with #581978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581978; }

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

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

background-color css

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

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

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

border-color css

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

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

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