Html Css Color HEX #5A07EF Electric Indigo

📋 copy color: '#5A07EF'

red 90 ◦ green 7 ◦ blue 239

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

Shades of Electric Indigo #5A07EF

Tints of Electric Indigo #5A07EF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.08%

 BLUE value IS 239 (93.75% from 255) = 71.13%

R = 26.79%
G = 2.08%
B = 71.13%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5A07EF (or 0x5A07EF) is known color: Electric Indigo. HEX triplet: 5A, 07 and EF. RGB value is (90,7,239). Sum of RGB (Red+Green+Blue) = 90+7+239=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #5A07EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A07EF is #A5F810. Grayscale: #393939. Windows color (decimal): -10876945 or 15664986. OLE color: 15664986.

HSL color Cylindrical-coordinate representation of color #5A07EF: hue angle of 261.47º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A07EF is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 7 239 -
CMYK 0.62 0.97 0 0.06
HSL 261.47º 0.94% 0.48% -
HSV(B) 261.47º 0.97% 0.94% -
XYZ 19.87 8.56 82.27 -
YUV 58.27 230 150.64 -
System Red Green Blue C M Y K H S L
Decimal 90 7 239 0.62 0.97 0 0.06 261.47 0.94 0.48
Hex 5A 7 EF 3E 61 0 6 105 5E 30
Octal 132 7 357 76 141 0 6 405 136 60
Binary 1011010 111 11101111 111110 1100001 0 110 100000101 1011110 110000

Color Harmonies of #5A07EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A07EF

Black with #5A07EF

Text Example


Text Example

White with #5A07EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,7,239); }

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

background-color css

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

 a { background-color: rgb(90,7,239); }

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

border-color css

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

 span { border-color: rgb(90,7,239); }

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