Html Css Color HEX #581293 Indigo

📋 copy color: '#581293'

red 88 ◦ green 18 ◦ blue 147

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

Shades of Indigo #581293

Tints of Indigo #581293

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.11%

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

R = 34.78%
G = 7.11%
B = 58.1%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#581293 (or 0x581293) is known color: Indigo. HEX triplet: 58, 12 and 93. RGB value is (88,18,147). Sum of RGB (Red+Green+Blue) = 88+18+147=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #581293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581293 is #A7ED6C. Grayscale: #353535. Windows color (decimal): -11005293 or 9638488. OLE color: 9638488.

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

Color convert

RGB 88 18 147 -
CMYK 0.40 0.88 0 0.42
HSL 272.56º 0.78% 0.32% -
HSV(B) 272.56º 0.88% 0.58% -
XYZ 9.51 4.61 27.99 -
YUV 53.64 180.69 152.51 -
System Red Green Blue C M Y K H S L
Decimal 88 18 147 0.40 0.88 0 0.42 272.56 0.78 0.32
Hex 58 12 93 28 58 0 2A 111 4E 20
Octal 130 22 223 50 130 0 52 421 116 40
Binary 1011000 10010 10010011 101000 1011000 0 101010 100010001 1001110 100000

Color Harmonies of #581293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581293

Black with #581293

Text Example


Text Example

White with #581293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581293; }

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

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

background-color css

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

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

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

border-color css

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

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

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