Html Css Color HEX #531272 Indigo

📋 copy color: '#531272'

red 83 ◦ green 18 ◦ blue 114

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

Shades of Indigo #531272

Tints of Indigo #531272

RGB

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

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

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

R = 38.6%
G = 8.37%
B = 53.02%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#531272 (or 0x531272) is known color: Indigo. HEX triplet: 53, 12 and 72. RGB value is (83,18,114). Sum of RGB (Red+Green+Blue) = 83+18+114=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #531272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531272 is #ACED8D. Grayscale: #303030. Windows color (decimal): -11333006 or 7475795. OLE color: 7475795.

HSL color Cylindrical-coordinate representation of color #531272: hue angle of 280.62º 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 #531272 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 18 114 -
CMYK 0.27 0.84 0 0.55
HSL 280.63º 0.73% 0.26% -
HSV(B) 280.63º 0.84% 0.45% -
XYZ 6.82 3.49 16.23 -
YUV 48.38 165.03 152.69 -
System Red Green Blue C M Y K H S L
Decimal 83 18 114 0.27 0.84 0 0.55 280.63 0.73 0.26
Hex 53 12 72 1B 54 0 37 119 49 1A
Octal 123 22 162 33 124 0 67 431 111 32
Binary 1010011 10010 1110010 11011 1010100 0 110111 100011001 1001001 11010

Color Harmonies of #531272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531272

Black with #531272

Text Example


Text Example

White with #531272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531272; }

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

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

background-color css

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

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

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

border-color css

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

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

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