#5303B1

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

Shades of Indigo #5303B1

Tints of Indigo #5303B1

Color information

#5303B1 (or 0x5303B1) is unknown color: approx Indigo. HEX triplet: 53, 03 and B1. RGB value is (83,3,177). Sum of RGB (Red+Green+Blue) = 83+3+177=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 177 (69.53% from 255 or 67.30% from 263); Max value from RGB is 177 - color contains mainly: blue. Hex color #5303B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5303B1 is #ACFC4E. Grayscale: #2E2E2E. Windows color (decimal): -11336783 or 11600723. OLE color: 11600723.

HSL color Cylindrical-coordinate representation of color #5303B1: hue angle of 267.59º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5303B1 is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB833177-
CMYK0.530.9800.31
HSL267.59º96.67%35.29%-
HSV(B)267.59º98.31%69.41%-
XYZ11.545.0841.97-
YUV46.76201.5153.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.56%
GREEN value IS 3 (1.56% from 255) = 1.14%
BLUE value IS 177 (69.53% from 255) = 67.30%
R=31.56%
G=1.14%
B=67.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8331770.530.9800.31267.5996.6735.29
Hex533B1356201F10c6123
Octal12332616514203741414143
Binary1010011111011000111010111000100111111000011001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5303B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5303B1; }

 p { color: rgb(83,3,177); }

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

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

 a { background-color: rgb(83,3,177); }

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

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

 span { border-color: rgb(83,3,177); }

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