Html Css Color HEX #7D02EA Electric Indigo

📋 copy color: '#7D02EA'

red 125 ◦ green 2 ◦ blue 234

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

Shades of Electric Indigo #7D02EA

Tints of Electric Indigo #7D02EA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

 BLUE value IS 234 (91.8% from 255) = 64.82%

R = 34.63%
G = 0.55%
B = 64.82%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D02EA (or 0x7D02EA) is known color: Electric Indigo. HEX triplet: 7D, 02 and EA. RGB value is (125,2,234). Sum of RGB (Red+Green+Blue) = 125+2+234=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 234 (91.80% from 255 or 64.82% from 361); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D02EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D02EA is #82FD15. Grayscale: #404040. Windows color (decimal): -8584470 or 15336061. OLE color: 15336061.

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

Color convert

RGB 125 2 234 -
CMYK 0.47 0.99 0 0.08
HSL 271.81º 0.98% 0.46% -
HSV(B) 271.81º 0.99% 0.92% -
XYZ 23.33 10.34 78.61 -
YUV 65.23 223.25 170.64 -
System Red Green Blue C M Y K H S L
Decimal 125 2 234 0.47 0.99 0 0.08 271.81 0.98 0.46
Hex 7D 2 EA 2F 63 0 8 110 62 2E
Octal 175 2 352 57 143 0 10 420 142 56
Binary 1111101 10 11101010 101111 1100011 0 1000 100010000 1100010 101110

Color Harmonies of #7D02EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D02EA

Black with #7D02EA

Text Example


Text Example

White with #7D02EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,2,234); }

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

background-color css

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

 a { background-color: rgb(125,2,234); }

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

border-color css

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

 span { border-color: rgb(125,2,234); }

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