Html Css Color HEX #7515F0 Electric Indigo

📋 copy color: '#7515F0'

red 117 ◦ green 21 ◦ blue 240

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

Shades of Electric Indigo #7515F0

Tints of Electric Indigo #7515F0

RGB

 RED value IS 117 (46.09% from 255) = 30.95%

 GREEN value IS 21 (8.59% from 255) = 5.56%

 BLUE value IS 240 (94.14% from 255) = 63.49%

R = 30.95%
G = 5.56%
B = 63.49%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7515F0 (or 0x7515F0) is known color: Electric Indigo. HEX triplet: 75, 15 and F0. RGB value is (117,21,240). Sum of RGB (Red+Green+Blue) = 117+21+240=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 240 (94.14% from 255 or 63.49% from 378); Max value from RGB is 240 - color contains mainly: blue. Hex color #7515F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7515F0 is #8AEA0F. Grayscale: #494949. Windows color (decimal): -9103888 or 15734133. OLE color: 15734133.

HSL color Cylindrical-coordinate representation of color #7515F0: hue angle of 266.3º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7515F0 is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 21 240 -
CMYK 0.51 0.91 0 0.06
HSL 266.3º 0.88% 0.51% -
HSV(B) 266.3º 0.91% 0.94% -
XYZ 23.33 10.61 83.26 -
YUV 74.67 221.3 158.19 -
System Red Green Blue C M Y K H S L
Decimal 117 21 240 0.51 0.91 0 0.06 266.3 0.88 0.51
Hex 75 15 F0 33 5B 0 6 10A 58 33
Octal 165 25 360 63 133 0 6 412 130 63
Binary 1110101 10101 11110000 110011 1011011 0 110 100001010 1011000 110011

Color Harmonies of #7515F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7515F0

Black with #7515F0

Text Example


Text Example

White with #7515F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7515F0; }

 p { color: rgb(117,21,240); }

 H1.HeaderClassName
 {
   color: #7515F0;
 }
 .AnyTagClassName
 {
   color: #7515F0;
 }
</style>

background-color css

<style>
 a { background-color: #7515F0; }

 a { background-color: rgb(117,21,240); }

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

border-color css

<style>
 span { border-color: #7515F0; }

 span { border-color: rgb(117,21,240); }

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