Html Css Color HEX #5302FB Electric Indigo

📋 copy color: '#5302FB'

red 83 ◦ green 2 ◦ blue 251

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

Shades of Electric Indigo #5302FB

Tints of Electric Indigo #5302FB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

 BLUE value IS 251 (98.44% from 255) = 74.7%

R = 24.7%
G = 0.6%
B = 74.7%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5302FB (or 0x5302FB) is known color: Electric Indigo. HEX triplet: 53, 02 and FB. RGB value is (83,2,251). Sum of RGB (Red+Green+Blue) = 83+2+251=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 251 (98.44% from 255 or 74.70% from 336); Max value from RGB is 251 - color contains mainly: blue. Hex color #5302FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5302FB is #ACFD04. Grayscale: #353535. Windows color (decimal): -11336965 or 16450131. OLE color: 16450131.

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

Color convert

RGB 83 2 251 -
CMYK 0.67 0.99 0 0.02
HSL 259.52º 0.98% 0.5% -
HSV(B) 259.52º 0.99% 0.98% -
XYZ 21 8.85 91.87 -
YUV 54.61 238.84 148.25 -
System Red Green Blue C M Y K H S L
Decimal 83 2 251 0.67 0.99 0 0.02 259.52 0.98 0.5
Hex 53 2 FB 43 63 0 2 104 62 32
Octal 123 2 373 103 143 0 2 404 142 62
Binary 1010011 10 11111011 1000011 1100011 0 10 100000100 1100010 110010

Color Harmonies of #5302FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5302FB

Black with #5302FB

Text Example


Text Example

White with #5302FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5302FB; }

 p { color: rgb(83,2,251); }

 H1.HeaderClassName
 {
   color: #5302FB;
 }
 .AnyTagClassName
 {
   color: #5302FB;
 }
</style>

background-color css

<style>
 a { background-color: #5302FB; }

 a { background-color: rgb(83,2,251); }

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

border-color css

<style>
 span { border-color: #5302FB; }

 span { border-color: rgb(83,2,251); }

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