Html Css Color HEX #581270 Indigo

📋 copy color: '#581270'

red 88 ◦ green 18 ◦ blue 112

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

Shades of Indigo #581270

Tints of Indigo #581270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 51.38%

R = 40.37%
G = 8.26%
B = 51.38%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#581270 (or 0x581270) is known color: Indigo. HEX triplet: 58, 12 and 70. RGB value is (88,18,112). Sum of RGB (Red+Green+Blue) = 88+18+112=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #581270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581270 is #A7ED8F. Grayscale: #313131. Windows color (decimal): -11005328 or 7344728. OLE color: 7344728.

HSL color Cylindrical-coordinate representation of color #581270: hue angle of 284.68º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #581270 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 18 112 -
CMYK 0.21 0.84 0 0.56
HSL 284.68º 0.72% 0.25% -
HSV(B) 284.68º 0.84% 0.44% -
XYZ 7.17 3.68 15.66 -
YUV 49.65 163.19 155.36 -
System Red Green Blue C M Y K H S L
Decimal 88 18 112 0.21 0.84 0 0.56 284.68 0.72 0.25
Hex 58 12 70 15 54 0 38 11D 48 19
Octal 130 22 160 25 124 0 70 435 110 31
Binary 1011000 10010 1110000 10101 1010100 0 111000 100011101 1001000 11001

Color Harmonies of #581270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581270

Black with #581270

Text Example


Text Example

White with #581270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581270; }

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

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

background-color css

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

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

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

border-color css

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

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

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