Html Css Color HEX #5A08F2 Electric Indigo

📋 copy color: '#5A08F2'

red 90 ◦ green 8 ◦ blue 242

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

Shades of Electric Indigo #5A08F2

Tints of Electric Indigo #5A08F2

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.35%

 BLUE value IS 242 (94.92% from 255) = 71.18%

R = 26.47%
G = 2.35%
B = 71.18%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5A08F2 (or 0x5A08F2) is known color: Electric Indigo. HEX triplet: 5A, 08 and F2. RGB value is (90,8,242). Sum of RGB (Red+Green+Blue) = 90+8+242=340 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.47% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 242 (94.92% from 255 or 71.18% from 340); Max value from RGB is 242 - color contains mainly: blue. Hex color #5A08F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A08F2 is #A5F70D. Grayscale: #3A3A3A. Windows color (decimal): -10876686 or 15861850. OLE color: 15861850.

HSL color Cylindrical-coordinate representation of color #5A08F2: hue angle of 261.03º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A08F2 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 90 8 242 -
CMYK 0.63 0.97 0 0.05
HSL 261.03º 0.94% 0.49% -
HSV(B) 261.03º 0.97% 0.95% -
XYZ 20.33 8.76 84.62 -
YUV 59.19 231.17 149.97 -
System Red Green Blue C M Y K H S L
Decimal 90 8 242 0.63 0.97 0 0.05 261.03 0.94 0.49
Hex 5A 8 F2 3F 61 0 5 105 5E 31
Octal 132 10 362 77 141 0 5 405 136 61
Binary 1011010 1000 11110010 111111 1100001 0 101 100000101 1011110 110001

Color Harmonies of #5A08F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A08F2

Black with #5A08F2

Text Example


Text Example

White with #5A08F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,8,242); }

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

background-color css

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

 a { background-color: rgb(90,8,242); }

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

border-color css

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

 span { border-color: rgb(90,8,242); }

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