Html Css Color HEX #531572 Indigo

📋 copy color: '#531572'

red 83 ◦ green 21 ◦ blue 114

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

Shades of Indigo #531572

Tints of Indigo #531572

RGB

 RED value IS 83 (32.81% from 255) = 38.07%

 GREEN value IS 21 (8.59% from 255) = 9.63%

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

R = 38.07%
G = 9.63%
B = 52.29%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#531572 (or 0x531572) is known color: Indigo. HEX triplet: 53, 15 and 72. RGB value is (83,21,114). Sum of RGB (Red+Green+Blue) = 83+21+114=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #531572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531572 is #ACEA8D. Grayscale: #313131. Windows color (decimal): -11332238 or 7476563. OLE color: 7476563.

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

Color convert

RGB 83 21 114 -
CMYK 0.27 0.82 0 0.55
HSL 280º 0.69% 0.26% -
HSV(B) 280º 0.82% 0.45% -
XYZ 6.87 3.59 16.25 -
YUV 50.14 164.04 151.44 -
System Red Green Blue C M Y K H S L
Decimal 83 21 114 0.27 0.82 0 0.55 280 0.69 0.26
Hex 53 15 72 1B 52 0 37 118 45 1A
Octal 123 25 162 33 122 0 67 430 105 32
Binary 1010011 10101 1110010 11011 1010010 0 110111 100011000 1000101 11010

Color Harmonies of #531572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531572

Black with #531572

Text Example


Text Example

White with #531572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531572; }

 p { color: rgb(83,21,114); }

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

background-color css

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

 a { background-color: rgb(83,21,114); }

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

border-color css

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

 span { border-color: rgb(83,21,114); }

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