Html Css Color HEX #7D0DFA Electric Indigo

📋 copy color: '#7D0DFA'

red 125 ◦ green 13 ◦ blue 250

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

Shades of Electric Indigo #7D0DFA

Tints of Electric Indigo #7D0DFA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.35%

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

R = 32.22%
G = 3.35%
B = 64.43%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D0DFA (or 0x7D0DFA) is known color: Electric Indigo. HEX triplet: 7D, 0D and FA. RGB value is (125,13,250). Sum of RGB (Red+Green+Blue) = 125+13+250=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 13 (5.47% from 255 or 3.35% from 388); Blue value is 250 (98.05% from 255 or 64.43% from 388); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D0DFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D0DFA is #82F205. Grayscale: #484848. Windows color (decimal): -8581638 or 16387453. OLE color: 16387453.

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

Color convert

RGB 125 13 250 -
CMYK 0.50 0.95 0 0.02
HSL 268.35º 0.96% 0.52% -
HSV(B) 268.35º 0.95% 0.98% -
XYZ 25.86 11.55 91.31 -
YUV 73.51 227.61 164.73 -
System Red Green Blue C M Y K H S L
Decimal 125 13 250 0.50 0.95 0 0.02 268.35 0.96 0.52
Hex 7D D FA 32 5F 0 2 10C 60 34
Octal 175 15 372 62 137 0 2 414 140 64
Binary 1111101 1101 11111010 110010 1011111 0 10 100001100 1100000 110100

Color Harmonies of #7D0DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0DFA

Black with #7D0DFA

Text Example


Text Example

White with #7D0DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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