Html Css Color HEX #5A0AFB Electric Indigo

📋 copy color: '#5A0AFB'

red 90 ◦ green 10 ◦ blue 251

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

Shades of Electric Indigo #5A0AFB

Tints of Electric Indigo #5A0AFB

RGB

 RED value IS 90 (35.55% from 255) = 25.64%

 GREEN value IS 10 (4.3% from 255) = 2.85%

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

R = 25.64%
G = 2.85%
B = 71.51%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5A0AFB (or 0x5A0AFB) is known color: Electric Indigo. HEX triplet: 5A, 0A and FB. RGB value is (90,10,251). Sum of RGB (Red+Green+Blue) = 90+10+251=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 251 (98.44% from 255 or 71.51% from 351); Max value from RGB is 251 - color contains mainly: blue. Hex color #5A0AFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A0AFB is #A5F504. Grayscale: #3C3C3C. Windows color (decimal): -10876165 or 16452186. OLE color: 16452186.

HSL color Cylindrical-coordinate representation of color #5A0AFB: hue angle of 259.92º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A0AFB is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 10 251 -
CMYK 0.64 0.96 0 0.02
HSL 259.92º 0.97% 0.51% -
HSV(B) 259.92º 0.96% 0.98% -
XYZ 21.74 9.36 91.93 -
YUV 61.39 235 148.4 -
System Red Green Blue C M Y K H S L
Decimal 90 10 251 0.64 0.96 0 0.02 259.92 0.97 0.51
Hex 5A A FB 40 60 0 2 104 61 33
Octal 132 12 373 100 140 0 2 404 141 63
Binary 1011010 1010 11111011 1000000 1100000 0 10 100000100 1100001 110011

Color Harmonies of #5A0AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0AFB

Black with #5A0AFB

Text Example


Text Example

White with #5A0AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A0AFB; }

 p { color: rgb(90,10,251); }

 H1.HeaderClassName
 {
   color: #5A0AFB;
 }
 .AnyTagClassName
 {
   color: #5A0AFB;
 }
</style>

background-color css

<style>
 a { background-color: #5A0AFB; }

 a { background-color: rgb(90,10,251); }

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

border-color css

<style>
 span { border-color: #5A0AFB; }

 span { border-color: rgb(90,10,251); }

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