Html Css Color HEX #581272 Indigo

📋 copy color: '#581272'

red 88 ◦ green 18 ◦ blue 114

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

Shades of Indigo #581272

Tints of Indigo #581272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 51.82%

R = 40%
G = 8.18%
B = 51.82%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#581272 (or 0x581272) is known color: Indigo. HEX triplet: 58, 12 and 72. RGB value is (88,18,114). Sum of RGB (Red+Green+Blue) = 88+18+114=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #581272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581272 is #A7ED8D. Grayscale: #313131. Windows color (decimal): -11005326 or 7475800. OLE color: 7475800.

HSL color Cylindrical-coordinate representation of color #581272: hue angle of 283.75º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #581272 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 18 114 -
CMYK 0.23 0.84 0 0.55
HSL 283.75º 0.73% 0.26% -
HSV(B) 283.75º 0.84% 0.45% -
XYZ 7.28 3.72 16.25 -
YUV 49.87 164.19 155.19 -
System Red Green Blue C M Y K H S L
Decimal 88 18 114 0.23 0.84 0 0.55 283.75 0.73 0.26
Hex 58 12 72 17 54 0 37 11C 49 1A
Octal 130 22 162 27 124 0 67 434 111 32
Binary 1011000 10010 1110010 10111 1010100 0 110111 100011100 1001001 11010

Color Harmonies of #581272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581272

Black with #581272

Text Example


Text Example

White with #581272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581272; }

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

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

background-color css

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

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

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

border-color css

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

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

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