Html Css Color HEX #5300FF Electric Indigo

📋 copy color: '#5300FF'

red 83 ◦ green 0 ◦ blue 255

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

Shades of Electric Indigo #5300FF

Tints of Electric Indigo #5300FF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 24.56%
G = 0%
B = 75.44%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5300FF (or 0x5300FF) is known color: Electric Indigo. HEX triplet: 53, 00 and FF. RGB value is (83,0,255). Sum of RGB (Red+Green+Blue) = 83+0+255=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #5300FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5300FF is #ACFF00. Grayscale: #343434. Windows color (decimal): -11337473 or 16711763. OLE color: 16711763.

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

Color convert

RGB 83 0 255 -
CMYK 0.67 1 0 0
HSL 259.53º 1% 0.5% -
HSV(B) 259.53º 1% 1% -
XYZ 21.62 9.06 95.22 -
YUV 53.89 241.5 148.77 -
System Red Green Blue C M Y K H S L
Decimal 83 0 255 0.67 1 0 0 259.53 1 0.5
Hex 53 0 FF 43 64 0 0 104 64 32
Octal 123 0 377 103 144 0 0 404 144 62
Binary 1010011 0 11111111 1000011 1100100 0 0 100000100 1100100 110010

Color Harmonies of #5300FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5300FF

Black with #5300FF

Text Example


Text Example

White with #5300FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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