Html Css Color HEX #7D1AFD Electric Indigo

📋 copy color: '#7D1AFD'

red 125 ◦ green 26 ◦ blue 253

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

Shades of Electric Indigo #7D1AFD

Tints of Electric Indigo #7D1AFD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.44%

 BLUE value IS 253 (99.22% from 255) = 62.62%

R = 30.94%
G = 6.44%
B = 62.62%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D1AFD (or 0x7D1AFD) is known color: Electric Indigo. HEX triplet: 7D, 1A and FD. RGB value is (125,26,253). Sum of RGB (Red+Green+Blue) = 125+26+253=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 26 (10.55% from 255 or 6.44% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D1AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D1AFD is #82E502. Grayscale: #505050. Windows color (decimal): -8578307 or 16587389. OLE color: 16587389.

HSL color Cylindrical-coordinate representation of color #7D1AFD: hue angle of 266.17º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D1AFD is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 26 253 -
CMYK 0.51 0.90 0 0.01
HSL 266.17º 0.98% 0.55% -
HSV(B) 266.17º 0.9% 0.99% -
XYZ 26.56 12.19 93.88 -
YUV 81.48 224.8 159.04 -
System Red Green Blue C M Y K H S L
Decimal 125 26 253 0.51 0.90 0 0.01 266.17 0.98 0.55
Hex 7D 1A FD 33 5A 0 1 10A 62 37
Octal 175 32 375 63 132 0 1 412 142 67
Binary 1111101 11010 11111101 110011 1011010 0 1 100001010 1100010 110111

Color Harmonies of #7D1AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1AFD

Black with #7D1AFD

Text Example


Text Example

White with #7D1AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,26,253); }

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

background-color css

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

 a { background-color: rgb(125,26,253); }

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

border-color css

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

 span { border-color: rgb(125,26,253); }

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