Html Css Color HEX #7D05FB Electric Indigo

📋 copy color: '#7D05FB'

red 125 ◦ green 5 ◦ blue 251

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

Shades of Electric Indigo #7D05FB

Tints of Electric Indigo #7D05FB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.31%

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

R = 32.81%
G = 1.31%
B = 65.88%

CMYK

 C value IS 0.50

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D05FB (or 0x7D05FB) is known color: Electric Indigo. HEX triplet: 7D, 05 and FB. RGB value is (125,5,251). Sum of RGB (Red+Green+Blue) = 125+5+251=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 251 (98.44% from 255 or 65.88% from 381); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D05FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D05FB is #82FA04. Grayscale: #444444. Windows color (decimal): -8583685 or 16450941. OLE color: 16450941.

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

Color convert

RGB 125 5 251 -
CMYK 0.50 0.98 0 0.02
HSL 269.27º 0.97% 0.5% -
HSV(B) 269.27º 0.98% 0.98% -
XYZ 25.92 11.43 92.11 -
YUV 68.92 230.76 168 -
System Red Green Blue C M Y K H S L
Decimal 125 5 251 0.50 0.98 0 0.02 269.27 0.97 0.5
Hex 7D 5 FB 32 62 0 2 10D 61 32
Octal 175 5 373 62 142 0 2 415 141 62
Binary 1111101 101 11111011 110010 1100010 0 10 100001101 1100001 110010

Color Harmonies of #7D05FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D05FB

Black with #7D05FB

Text Example


Text Example

White with #7D05FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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