Html Css Color HEX #581393 Indigo

📋 copy color: '#581393'

red 88 ◦ green 19 ◦ blue 147

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

Shades of Indigo #581393

Tints of Indigo #581393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 57.87%

R = 34.65%
G = 7.48%
B = 57.87%

CMYK

 C value IS 0.40

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#581393 (or 0x581393) is known color: Indigo. HEX triplet: 58, 13 and 93. RGB value is (88,19,147). Sum of RGB (Red+Green+Blue) = 88+19+147=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 147 (57.81% from 255 or 57.87% from 254); Max value from RGB is 147 - color contains mainly: blue. Hex color #581393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581393 is #A7EC6C. Grayscale: #353535. Windows color (decimal): -11005037 or 9638744. OLE color: 9638744.

HSL color Cylindrical-coordinate representation of color #581393: hue angle of 272.34º 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 #581393 is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 19 147 -
CMYK 0.40 0.87 0 0.42
HSL 272.34º 0.77% 0.33% -
HSV(B) 272.34º 0.87% 0.58% -
XYZ 9.52 4.65 28 -
YUV 54.22 180.36 152.09 -
System Red Green Blue C M Y K H S L
Decimal 88 19 147 0.40 0.87 0 0.42 272.34 0.77 0.33
Hex 58 13 93 28 57 0 2A 110 4D 21
Octal 130 23 223 50 127 0 52 420 115 41
Binary 1011000 10011 10010011 101000 1010111 0 101010 100010000 1001101 100001

Color Harmonies of #581393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581393

Black with #581393

Text Example


Text Example

White with #581393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581393; }

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

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

background-color css

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

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

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

border-color css

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

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

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