Html Css Color HEX #5303FF Electric Indigo

📋 copy color: '#5303FF'

red 83 ◦ green 3 ◦ blue 255

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

Shades of Electric Indigo #5303FF

Tints of Electric Indigo #5303FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 74.78%

R = 24.34%
G = 0.88%
B = 74.78%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5303FF (or 0x5303FF) is known color: Electric Indigo. HEX triplet: 53, 03 and FF. RGB value is (83,3,255). Sum of RGB (Red+Green+Blue) = 83+3+255=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #5303FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5303FF is #ACFC00. Grayscale: #363636. Windows color (decimal): -11336705 or 16712531. OLE color: 16712531.

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

Color convert

RGB 83 3 255 -
CMYK 0.67 0.99 0 0
HSL 259.05º 1% 0.51% -
HSV(B) 259.05º 0.99% 1% -
XYZ 21.65 9.12 95.23 -
YUV 55.65 240.5 147.51 -
System Red Green Blue C M Y K H S L
Decimal 83 3 255 0.67 0.99 0 0 259.05 1 0.51
Hex 53 3 FF 43 63 0 0 103 64 33
Octal 123 3 377 103 143 0 0 403 144 63
Binary 1010011 11 11111111 1000011 1100011 0 0 100000011 1100100 110011

Color Harmonies of #5303FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5303FF

Black with #5303FF

Text Example


Text Example

White with #5303FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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