Html Css Color HEX #7F03ED Electric Indigo

📋 copy color: '#7F03ED'

red 127 ◦ green 3 ◦ blue 237

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

Shades of Electric Indigo #7F03ED

Tints of Electric Indigo #7F03ED

RGB

 RED value IS 127 (50% from 255) = 34.6%

 GREEN value IS 3 (1.56% from 255) = 0.82%

 BLUE value IS 237 (92.97% from 255) = 64.58%

R = 34.6%
G = 0.82%
B = 64.58%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7F03ED (or 0x7F03ED) is known color: Electric Indigo. HEX triplet: 7F, 03 and ED. RGB value is (127,3,237). Sum of RGB (Red+Green+Blue) = 127+3+237=367 (48% of max value = 765). Red value is 127 (50% from 255 or 34.60% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 237 (92.97% from 255 or 64.58% from 367); Max value from RGB is 237 - color contains mainly: blue. Hex color #7F03ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F03ED is #80FC12. Grayscale: #414141. Windows color (decimal): -8453139 or 15532927. OLE color: 15532927.

HSL color Cylindrical-coordinate representation of color #7F03ED: hue angle of 271.79º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F03ED is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 3 237 -
CMYK 0.46 0.99 0 0.07
HSL 271.79º 0.98% 0.47% -
HSV(B) 271.79º 0.99% 0.93% -
XYZ 24.07 10.69 80.92 -
YUV 66.75 224.08 170.97 -
System Red Green Blue C M Y K H S L
Decimal 127 3 237 0.46 0.99 0 0.07 271.79 0.98 0.47
Hex 7F 3 ED 2E 63 0 7 110 62 2F
Octal 177 3 355 56 143 0 7 420 142 57
Binary 1111111 11 11101101 101110 1100011 0 111 100010000 1100010 101111

Color Harmonies of #7F03ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F03ED

Black with #7F03ED

Text Example


Text Example

White with #7F03ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,3,237); }

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

background-color css

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

 a { background-color: rgb(127,3,237); }

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

border-color css

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

 span { border-color: rgb(127,3,237); }

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