Html Css Color HEX #5303B1 Indigo

📋 copy color: '#5303B1'

red 83 ◦ green 3 ◦ blue 177

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

Shades of Indigo #5303B1

Tints of Indigo #5303B1

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.3%

R = 31.56%
G = 1.14%
B = 67.3%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5303B1 (or 0x5303B1) is known color: 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

RGB 83 3 177 -
CMYK 0.53 0.98 0 0.31
HSL 267.59º 0.97% 0.35% -
HSV(B) 267.59º 0.98% 0.69% -
XYZ 11.54 5.08 41.97 -
YUV 46.76 201.5 153.85 -
System Red Green Blue C M Y K H S L
Decimal 83 3 177 0.53 0.98 0 0.31 267.59 0.97 0.35
Hex 53 3 B1 35 62 0 1F 10C 61 23
Octal 123 3 261 65 142 0 37 414 141 43
Binary 1010011 11 10110001 110101 1100010 0 11111 100001100 1100001 100011

Color Harmonies of #5303B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5303B1

Black with #5303B1

Text Example


Text Example

White with #5303B1

Text Example


Text Example

HTML Codes & Css Web 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>