Html Css Color HEX #7D01FB Electric Indigo

📋 copy color: '#7D01FB'

red 125 ◦ green 1 ◦ blue 251

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

Shades of Electric Indigo #7D01FB

Tints of Electric Indigo #7D01FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 66.58%

R = 33.16%
G = 0.27%
B = 66.58%

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

#7D01FB (or 0x7D01FB) is known color: Electric Indigo. HEX triplet: 7D, 01 and FB. RGB value is (125,1,251). Sum of RGB (Red+Green+Blue) = 125+1+251=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 251 (98.44% from 255 or 66.58% from 377); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D01FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D01FB is #82FE04. Grayscale: #414141. Windows color (decimal): -8584709 or 16449917. OLE color: 16449917.

HSL color Cylindrical-coordinate representation of color #7D01FB: hue angle of 269.76º 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 #7D01FB is Cyan = 0.50, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 1 251 -
CMYK 0.50 1.00 0 0.02
HSL 269.76º 0.99% 0.49% -
HSV(B) 269.76º 1% 0.98% -
XYZ 25.88 11.35 92.09 -
YUV 66.58 232.08 169.67 -
System Red Green Blue C M Y K H S L
Decimal 125 1 251 0.50 1.00 0 0.02 269.76 0.99 0.49
Hex 7D 1 FB 32 64 0 2 10E 63 31
Octal 175 1 373 62 144 0 2 416 143 61
Binary 1111101 1 11111011 110010 1100100 0 10 100001110 1100011 110001

Color Harmonies of #7D01FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D01FB

Black with #7D01FB

Text Example


Text Example

White with #7D01FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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