Html Css Color HEX #7015FA Electric Indigo

📋 copy color: '#7015FA'

red 112 ◦ green 21 ◦ blue 250

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

Shades of Electric Indigo #7015FA

Tints of Electric Indigo #7015FA

RGB

 RED value IS 112 (44.14% from 255) = 29.24%

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

 BLUE value IS 250 (98.05% from 255) = 65.27%

R = 29.24%
G = 5.48%
B = 65.27%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7015FA (or 0x7015FA) is known color: Electric Indigo. HEX triplet: 70, 15 and FA. RGB value is (112,21,250). Sum of RGB (Red+Green+Blue) = 112+21+250=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #7015FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7015FA is #8FEA05. Grayscale: #494949. Windows color (decimal): -9431558 or 16389488. OLE color: 16389488.

HSL color Cylindrical-coordinate representation of color #7015FA: hue angle of 263.84º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7015FA is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 21 250 -
CMYK 0.55 0.92 0 0.02
HSL 263.84º 0.96% 0.53% -
HSV(B) 263.84º 0.92% 0.98% -
XYZ 24.21 10.88 91.27 -
YUV 74.32 227.15 154.88 -
System Red Green Blue C M Y K H S L
Decimal 112 21 250 0.55 0.92 0 0.02 263.84 0.96 0.53
Hex 70 15 FA 37 5C 0 2 108 60 35
Octal 160 25 372 67 134 0 2 410 140 65
Binary 1110000 10101 11111010 110111 1011100 0 10 100001000 1100000 110101

Color Harmonies of #7015FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7015FA

Black with #7015FA

Text Example


Text Example

White with #7015FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7015FA; }

 p { color: rgb(112,21,250); }

 H1.HeaderClassName
 {
   color: #7015FA;
 }
 .AnyTagClassName
 {
   color: #7015FA;
 }
</style>

background-color css

<style>
 a { background-color: #7015FA; }

 a { background-color: rgb(112,21,250); }

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

border-color css

<style>
 span { border-color: #7015FA; }

 span { border-color: rgb(112,21,250); }

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