#53199A

Color #53199A Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #53199A

Tints of Indigo #53199A

Color information

#53199A (or 0x53199A) is unknown color: approx Indigo. HEX triplet: 53, 19 and 9A. RGB value is (83,25,154). Sum of RGB (Red+Green+Blue) = 83+25+154=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 154 (60.55% from 255 or 58.78% from 262); Max value from RGB is 154 - color contains mainly: blue. Hex color #53199A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53199A is #ACE665. Grayscale: #383838. Windows color (decimal): -11331174 or 10099027. OLE color: 10099027.

HSL color Cylindrical-coordinate representation of color #53199A: hue angle of 266.98º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53199A is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8325154-
CMYK0.460.8400.40
HSL266.98º72.07%35.1%-
HSV(B)266.98º83.77%60.39%-
XYZ9.754.8731-
YUV57.05182.72146.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.68%
GREEN value IS 25 (10.16% from 255) = 9.54%
BLUE value IS 154 (60.55% from 255) = 58.78%
R=31.68%
G=9.54%
B=58.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83251540.460.8400.40266.9872.0735.1
Hex53199A2E5402810b4823
Octal123312325612405041311043
Binary10100111100110011010101110101010001010001000010111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53199A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53199A; }

 p { color: rgb(83,25,154); }

 H1.HeaderClassName
 {
   color: #53199A;
 }
 .AnyTagClassName
 {
   color: #53199A;
 }
</style>
background-color css

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

 a { background-color: rgb(83,25,154); }

 div.DivClassName
 {
   background-color: #53199A;
 }
 .BgClassName
 {
   background-color: #53199A;
 }
</style>
border-color css

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

 span { border-color: rgb(83,25,154); }

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