#5302A3

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

Shades of Indigo #5302A3

Tints of Indigo #5302A3

Color information

#5302A3 (or 0x5302A3) is unknown color: approx Indigo. HEX triplet: 53, 02 and A3. RGB value is (83,2,163). Sum of RGB (Red+Green+Blue) = 83+2+163=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 163 (64.06% from 255 or 65.73% from 248); Max value from RGB is 163 - color contains mainly: blue. Hex color #5302A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5302A3 is #ACFD5C. Grayscale: #2C2C2C. Windows color (decimal): -11337053 or 10682963. OLE color: 10682963.

HSL color Cylindrical-coordinate representation of color #5302A3: hue angle of 270.19º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5302A3 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB832163-
CMYK0.490.9900.36
HSL270.19º97.58%32.35%-
HSV(B)270.19º98.77%63.92%-
XYZ10.24.5334.99-
YUV44.57194.84155.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.47%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 163 (64.06% from 255) = 65.73%
R=33.47%
G=0.81%
B=65.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal8321630.490.9900.36270.1997.5832.35
Hex532A3316302410e6220
Octal12322436114304441614240
Binary10100111010100011110001110001101001001000011101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5302A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5302A3; }

 p { color: rgb(83,2,163); }

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

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

 a { background-color: rgb(83,2,163); }

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

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

 span { border-color: rgb(83,2,163); }

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