Html Css Color HEX #531192 Indigo

📋 copy color: '#531192'

red 83 ◦ green 17 ◦ blue 146

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

Shades of Indigo #531192

Tints of Indigo #531192

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.91%

 BLUE value IS 146 (57.42% from 255) = 59.35%

R = 33.74%
G = 6.91%
B = 59.35%

CMYK

 C value IS 0.43

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#531192 (or 0x531192) is known color: Indigo. HEX triplet: 53, 11 and 92. RGB value is (83,17,146). Sum of RGB (Red+Green+Blue) = 83+17+146=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #531192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531192 is #ACEE6D. Grayscale: #323232. Windows color (decimal): -11333230 or 9572691. OLE color: 9572691.

HSL color Cylindrical-coordinate representation of color #531192: hue angle of 270.7º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #531192 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 17 146 -
CMYK 0.43 0.88 0 0.43
HSL 270.7º 0.79% 0.32% -
HSV(B) 270.7º 0.88% 0.57% -
XYZ 8.96 4.32 27.56 -
YUV 51.44 181.37 150.51 -
System Red Green Blue C M Y K H S L
Decimal 83 17 146 0.43 0.88 0 0.43 270.7 0.79 0.32
Hex 53 11 92 2B 58 0 2B 10F 4F 20
Octal 123 21 222 53 130 0 53 417 117 40
Binary 1010011 10001 10010010 101011 1011000 0 101011 100001111 1001111 100000

Color Harmonies of #531192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531192

Black with #531192

Text Example


Text Example

White with #531192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531192; }

 p { color: rgb(83,17,146); }

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

background-color css

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

 a { background-color: rgb(83,17,146); }

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

border-color css

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

 span { border-color: rgb(83,17,146); }

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