Html Css Color HEX #581795 Indigo

📋 copy color: '#581795'

red 88 ◦ green 23 ◦ blue 149

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

Shades of Indigo #581795

Tints of Indigo #581795

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.85%

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

R = 33.85%
G = 8.85%
B = 57.31%

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

#581795 (or 0x581795) is known color: Indigo. HEX triplet: 58, 17 and 95. RGB value is (88,23,149). Sum of RGB (Red+Green+Blue) = 88+23+149=260 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.85% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 149 (58.59% from 255 or 57.31% from 260); Max value from RGB is 149 - color contains mainly: blue. Hex color #581795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581795 is #A7E86A. Grayscale: #383838. Windows color (decimal): -11004011 or 9770840. OLE color: 9770840.

HSL color Cylindrical-coordinate representation of color #581795: hue angle of 270.95º degrees, saturation: 0.73, 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 #581795 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 23 149 -
CMYK 0.41 0.85 0 0.42
HSL 270.95º 0.73% 0.34% -
HSV(B) 270.95º 0.85% 0.58% -
XYZ 9.76 4.86 28.86 -
YUV 56.8 180.03 150.25 -
System Red Green Blue C M Y K H S L
Decimal 88 23 149 0.41 0.85 0 0.42 270.95 0.73 0.34
Hex 58 17 95 29 55 0 2A 10F 49 22
Octal 130 27 225 51 125 0 52 417 111 42
Binary 1011000 10111 10010101 101001 1010101 0 101010 100001111 1001001 100010

Color Harmonies of #581795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581795

Black with #581795

Text Example


Text Example

White with #581795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581795; }

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

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

background-color css

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

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

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

border-color css

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

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

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