Html Css Color HEX #581095 Indigo

📋 copy color: '#581095'

red 88 ◦ green 16 ◦ blue 149

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

Shades of Indigo #581095

Tints of Indigo #581095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.32%

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

R = 34.78%
G = 6.32%
B = 58.89%

CMYK

 C value IS 0.41

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#581095 (or 0x581095) is known color: Indigo. HEX triplet: 58, 10 and 95. RGB value is (88,16,149). Sum of RGB (Red+Green+Blue) = 88+16+149=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #581095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581095 is #A7EF6A. Grayscale: #343434. Windows color (decimal): -11005803 or 9769048. OLE color: 9769048.

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

Color convert

RGB 88 16 149 -
CMYK 0.41 0.89 0 0.42
HSL 272.48º 0.81% 0.32% -
HSV(B) 272.48º 0.89% 0.58% -
XYZ 9.63 4.62 28.82 -
YUV 52.69 182.35 153.19 -
System Red Green Blue C M Y K H S L
Decimal 88 16 149 0.41 0.89 0 0.42 272.48 0.81 0.32
Hex 58 10 95 29 59 0 2A 110 51 20
Octal 130 20 225 51 131 0 52 420 121 40
Binary 1011000 10000 10010101 101001 1011001 0 101010 100010000 1010001 100000

Color Harmonies of #581095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581095

Black with #581095

Text Example


Text Example

White with #581095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581095; }

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

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

background-color css

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

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

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

border-color css

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

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

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