Html Css Color HEX #581997 Indigo

📋 copy color: '#581997'

red 88 ◦ green 25 ◦ blue 151

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

Shades of Indigo #581997

Tints of Indigo #581997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 57.2%

R = 33.33%
G = 9.47%
B = 57.2%

CMYK

 C value IS 0.42

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#581997 (or 0x581997) is known color: Indigo. HEX triplet: 58, 19 and 97. RGB value is (88,25,151). Sum of RGB (Red+Green+Blue) = 88+25+151=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 151 (59.38% from 255 or 57.20% from 264); Max value from RGB is 151 - color contains mainly: blue. Hex color #581997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581997 is #A7E668. Grayscale: #393939. Windows color (decimal): -11003497 or 9902424. OLE color: 9902424.

HSL color Cylindrical-coordinate representation of color #581997: hue angle of 270º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #581997 is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 25 151 -
CMYK 0.42 0.83 0 0.41
HSL 270º 0.72% 0.35% -
HSV(B) 270º 0.83% 0.59% -
XYZ 9.96 5 29.72 -
YUV 58.2 180.37 149.25 -
System Red Green Blue C M Y K H S L
Decimal 88 25 151 0.42 0.83 0 0.41 270 0.72 0.35
Hex 58 19 97 2A 53 0 29 10E 48 23
Octal 130 31 227 52 123 0 51 416 110 43
Binary 1011000 11001 10010111 101010 1010011 0 101001 100001110 1001000 100011

Color Harmonies of #581997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581997

Black with #581997

Text Example


Text Example

White with #581997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581997; }

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

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

background-color css

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

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

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

border-color css

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

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

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