Html Css Color HEX #581695 Indigo

📋 copy color: '#581695'

red 88 ◦ green 22 ◦ blue 149

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

Shades of Indigo #581695

Tints of Indigo #581695

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.49%

 BLUE value IS 149 (58.59% from 255) = 57.53%

R = 33.98%
G = 8.49%
B = 57.53%

CMYK

 C value IS 0.41

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#581695 (or 0x581695) is known color: Indigo. HEX triplet: 58, 16 and 95. RGB value is (88,22,149). Sum of RGB (Red+Green+Blue) = 88+22+149=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #581695 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581695 is #A7E96A. Grayscale: #373737. Windows color (decimal): -11004267 or 9770584. OLE color: 9770584.

HSL color Cylindrical-coordinate representation of color #581695: hue angle of 271.18º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #581695 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 22 149 -
CMYK 0.41 0.85 0 0.42
HSL 271.18º 0.74% 0.34% -
HSV(B) 271.18º 0.85% 0.58% -
XYZ 9.74 4.82 28.85 -
YUV 56.21 180.37 150.67 -
System Red Green Blue C M Y K H S L
Decimal 88 22 149 0.41 0.85 0 0.42 271.18 0.74 0.34
Hex 58 16 95 29 55 0 2A 10F 4A 22
Octal 130 26 225 51 125 0 52 417 112 42
Binary 1011000 10110 10010101 101001 1010101 0 101010 100001111 1001010 100010

Color Harmonies of #581695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581695

Black with #581695

Text Example


Text Example

White with #581695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581695; }

 p { color: rgb(88,22,149); }

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

background-color css

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

 a { background-color: rgb(88,22,149); }

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

border-color css

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

 span { border-color: rgb(88,22,149); }

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