Html Css Color HEX #7D01FA Electric Indigo

📋 copy color: '#7D01FA'

red 125 ◦ green 1 ◦ blue 250

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

Shades of Electric Indigo #7D01FA

Tints of Electric Indigo #7D01FA

RGB

 RED value IS 125 (49.22% from 255) = 33.24%

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 33.24%
G = 0.27%
B = 66.49%

CMYK

 C value IS 0.50

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D01FA (or 0x7D01FA) is known color: Electric Indigo. HEX triplet: 7D, 01 and FA. RGB value is (125,1,250). Sum of RGB (Red+Green+Blue) = 125+1+250=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D01FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D01FA is #82FE05. Grayscale: #414141. Windows color (decimal): -8584710 or 16384381. OLE color: 16384381.

HSL color Cylindrical-coordinate representation of color #7D01FA: hue angle of 269.88º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D01FA is Cyan = 0.50, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 1 250 -
CMYK 0.50 1.00 0 0.02
HSL 269.88º 0.99% 0.49% -
HSV(B) 269.88º 1% 0.98% -
XYZ 25.72 11.28 91.26 -
YUV 66.46 231.58 169.75 -
System Red Green Blue C M Y K H S L
Decimal 125 1 250 0.50 1.00 0 0.02 269.88 0.99 0.49
Hex 7D 1 FA 32 64 0 2 10E 63 31
Octal 175 1 372 62 144 0 2 416 143 61
Binary 1111101 1 11111010 110010 1100100 0 10 100001110 1100011 110001

Color Harmonies of #7D01FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D01FA

Black with #7D01FA

Text Example


Text Example

White with #7D01FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D01FA; }

 p { color: rgb(125,1,250); }

 H1.HeaderClassName
 {
   color: #7D01FA;
 }
 .AnyTagClassName
 {
   color: #7D01FA;
 }
</style>

background-color css

<style>
 a { background-color: #7D01FA; }

 a { background-color: rgb(125,1,250); }

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

border-color css

<style>
 span { border-color: #7D01FA; }

 span { border-color: rgb(125,1,250); }

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