Html Css Color HEX #7515F3 Electric Indigo

📋 copy color: '#7515F3'

red 117 ◦ green 21 ◦ blue 243

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

Shades of Electric Indigo #7515F3

Tints of Electric Indigo #7515F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 63.78%

R = 30.71%
G = 5.51%
B = 63.78%

CMYK

 C value IS 0.52

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7515F3 (or 0x7515F3) is known color: Electric Indigo. HEX triplet: 75, 15 and F3. RGB value is (117,21,243). Sum of RGB (Red+Green+Blue) = 117+21+243=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 243 (95.31% from 255 or 63.78% from 381); Max value from RGB is 243 - color contains mainly: blue. Hex color #7515F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7515F3 is #8AEA0C. Grayscale: #4A4A4A. Windows color (decimal): -9103885 or 15930741. OLE color: 15930741.

HSL color Cylindrical-coordinate representation of color #7515F3: hue angle of 265.95º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7515F3 is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 21 243 -
CMYK 0.52 0.91 0 0.05
HSL 265.95º 0.9% 0.52% -
HSV(B) 265.95º 0.91% 0.95% -
XYZ 23.78 10.79 85.62 -
YUV 75.01 222.8 157.95 -
System Red Green Blue C M Y K H S L
Decimal 117 21 243 0.52 0.91 0 0.05 265.95 0.9 0.52
Hex 75 15 F3 34 5B 0 5 10A 5A 34
Octal 165 25 363 64 133 0 5 412 132 64
Binary 1110101 10101 11110011 110100 1011011 0 101 100001010 1011010 110100

Color Harmonies of #7515F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7515F3

Black with #7515F3

Text Example


Text Example

White with #7515F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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