Html Css Color HEX #581395 Indigo

📋 copy color: '#581395'

red 88 ◦ green 19 ◦ blue 149

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

Shades of Indigo #581395

Tints of Indigo #581395

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.42%

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

R = 34.38%
G = 7.42%
B = 58.2%

CMYK

 C value IS 0.41

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#581395 (or 0x581395) is known color: Indigo. HEX triplet: 58, 13 and 95. RGB value is (88,19,149). Sum of RGB (Red+Green+Blue) = 88+19+149=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #581395 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581395 is #A7EC6A. Grayscale: #363636. Windows color (decimal): -11005035 or 9769816. OLE color: 9769816.

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

Color convert

RGB 88 19 149 -
CMYK 0.41 0.87 0 0.42
HSL 271.85º 0.77% 0.33% -
HSV(B) 271.85º 0.87% 0.58% -
XYZ 9.68 4.71 28.83 -
YUV 54.45 181.36 151.93 -
System Red Green Blue C M Y K H S L
Decimal 88 19 149 0.41 0.87 0 0.42 271.85 0.77 0.33
Hex 58 13 95 29 57 0 2A 110 4D 21
Octal 130 23 225 51 127 0 52 420 115 41
Binary 1011000 10011 10010101 101001 1010111 0 101010 100010000 1001101 100001

Color Harmonies of #581395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581395

Black with #581395

Text Example


Text Example

White with #581395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581395; }

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

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

background-color css

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

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

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

border-color css

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

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

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