Html Css Color HEX #5304FF Electric Indigo

📋 copy color: '#5304FF'

red 83 ◦ green 4 ◦ blue 255

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

Shades of Electric Indigo #5304FF

Tints of Electric Indigo #5304FF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.17%

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

R = 24.27%
G = 1.17%
B = 74.56%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5304FF (or 0x5304FF) is known color: Electric Indigo. HEX triplet: 53, 04 and FF. RGB value is (83,4,255). Sum of RGB (Red+Green+Blue) = 83+4+255=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #5304FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5304FF is #ACFB00. Grayscale: #373737. Windows color (decimal): -11336449 or 16712787. OLE color: 16712787.

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

Color convert

RGB 83 4 255 -
CMYK 0.67 0.98 0 0
HSL 258.88º 1% 0.51% -
HSV(B) 258.88º 0.98% 1% -
XYZ 21.66 9.15 95.23 -
YUV 56.24 240.17 147.09 -
System Red Green Blue C M Y K H S L
Decimal 83 4 255 0.67 0.98 0 0 258.88 1 0.51
Hex 53 4 FF 43 62 0 0 103 64 33
Octal 123 4 377 103 142 0 0 403 144 63
Binary 1010011 100 11111111 1000011 1100010 0 0 100000011 1100100 110011

Color Harmonies of #5304FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5304FF

Black with #5304FF

Text Example


Text Example

White with #5304FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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