Html Css Color HEX #581595 Indigo

📋 copy color: '#581595'

red 88 ◦ green 21 ◦ blue 149

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

Shades of Indigo #581595

Tints of Indigo #581595

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.14%

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

R = 34.11%
G = 8.14%
B = 57.75%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#581595 (or 0x581595) is known color: Indigo. HEX triplet: 58, 15 and 95. RGB value is (88,21,149). Sum of RGB (Red+Green+Blue) = 88+21+149=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #581595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581595 is #A7EA6A. Grayscale: #373737. Windows color (decimal): -11004523 or 9770328. OLE color: 9770328.

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

Color convert

RGB 88 21 149 -
CMYK 0.41 0.86 0 0.42
HSL 271.41º 0.75% 0.33% -
HSV(B) 271.41º 0.86% 0.58% -
XYZ 9.72 4.78 28.84 -
YUV 55.63 180.7 151.09 -
System Red Green Blue C M Y K H S L
Decimal 88 21 149 0.41 0.86 0 0.42 271.41 0.75 0.33
Hex 58 15 95 29 56 0 2A 10F 4B 21
Octal 130 25 225 51 126 0 52 417 113 41
Binary 1011000 10101 10010101 101001 1010110 0 101010 100001111 1001011 100001

Color Harmonies of #581595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581595

Black with #581595

Text Example


Text Example

White with #581595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581595; }

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

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

background-color css

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

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

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

border-color css

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

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

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