Html Css Color HEX #531194 Indigo

📋 copy color: '#531194'

red 83 ◦ green 17 ◦ blue 148

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

Shades of Indigo #531194

Tints of Indigo #531194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 59.68%

R = 33.47%
G = 6.85%
B = 59.68%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#531194 (or 0x531194) is known color: Indigo. HEX triplet: 53, 11 and 94. RGB value is (83,17,148). Sum of RGB (Red+Green+Blue) = 83+17+148=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 148 (58.20% from 255 or 59.68% from 248); Max value from RGB is 148 - color contains mainly: blue. Hex color #531194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531194 is #ACEE6B. Grayscale: #333333. Windows color (decimal): -11333228 or 9703763. OLE color: 9703763.

HSL color Cylindrical-coordinate representation of color #531194: hue angle of 270.23º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #531194 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 17 148 -
CMYK 0.44 0.89 0 0.42
HSL 270.23º 0.79% 0.32% -
HSV(B) 270.23º 0.89% 0.58% -
XYZ 9.11 4.38 28.38 -
YUV 51.67 182.37 150.35 -
System Red Green Blue C M Y K H S L
Decimal 83 17 148 0.44 0.89 0 0.42 270.23 0.79 0.32
Hex 53 11 94 2C 59 0 2A 10E 4F 20
Octal 123 21 224 54 131 0 52 416 117 40
Binary 1010011 10001 10010100 101100 1011001 0 101010 100001110 1001111 100000

Color Harmonies of #531194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531194

Black with #531194

Text Example


Text Example

White with #531194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531194; }

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

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

background-color css

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

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

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

border-color css

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

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

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