Html Css Color HEX #531294 Indigo

📋 copy color: '#531294'

red 83 ◦ green 18 ◦ blue 148

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

Shades of Indigo #531294

Tints of Indigo #531294

RGB

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

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

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

R = 33.33%
G = 7.23%
B = 59.44%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#531294 (or 0x531294) is known color: Indigo. HEX triplet: 53, 12 and 94. RGB value is (83,18,148). Sum of RGB (Red+Green+Blue) = 83+18+148=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 148 (58.20% from 255 or 59.44% from 249); Max value from RGB is 148 - color contains mainly: blue. Hex color #531294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531294 is #ACED6B. Grayscale: #333333. Windows color (decimal): -11332972 or 9704019. OLE color: 9704019.

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

Color convert

RGB 83 18 148 -
CMYK 0.44 0.88 0 0.42
HSL 270º 0.78% 0.33% -
HSV(B) 270º 0.88% 0.58% -
XYZ 9.13 4.41 28.39 -
YUV 52.26 182.03 149.93 -
System Red Green Blue C M Y K H S L
Decimal 83 18 148 0.44 0.88 0 0.42 270 0.78 0.33
Hex 53 12 94 2C 58 0 2A 10E 4E 21
Octal 123 22 224 54 130 0 52 416 116 41
Binary 1010011 10010 10010100 101100 1011000 0 101010 100001110 1001110 100001

Color Harmonies of #531294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531294

Black with #531294

Text Example


Text Example

White with #531294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531294; }

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

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

background-color css

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

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

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

border-color css

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

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

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