Html Css Color HEX #5303FD Electric Indigo

📋 copy color: '#5303FD'

red 83 ◦ green 3 ◦ blue 253

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

Shades of Electric Indigo #5303FD

Tints of Electric Indigo #5303FD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

 BLUE value IS 253 (99.22% from 255) = 74.63%

R = 24.48%
G = 0.88%
B = 74.63%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5303FD (or 0x5303FD) is known color: Electric Indigo. HEX triplet: 53, 03 and FD. RGB value is (83,3,253). Sum of RGB (Red+Green+Blue) = 83+3+253=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 253 (99.22% from 255 or 74.63% from 339); Max value from RGB is 253 - color contains mainly: blue. Hex color #5303FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5303FD is #ACFC02. Grayscale: #363636. Windows color (decimal): -11336707 or 16581459. OLE color: 16581459.

HSL color Cylindrical-coordinate representation of color #5303FD: hue angle of 259.2º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5303FD is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 3 253 -
CMYK 0.67 0.99 0 0.01
HSL 259.2º 0.98% 0.5% -
HSV(B) 259.2º 0.99% 0.99% -
XYZ 21.33 9 93.54 -
YUV 55.42 239.5 147.67 -
System Red Green Blue C M Y K H S L
Decimal 83 3 253 0.67 0.99 0 0.01 259.2 0.98 0.5
Hex 53 3 FD 43 63 0 1 103 62 32
Octal 123 3 375 103 143 0 1 403 142 62
Binary 1010011 11 11111101 1000011 1100011 0 1 100000011 1100010 110010

Color Harmonies of #5303FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5303FD

Black with #5303FD

Text Example


Text Example

White with #5303FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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