Html Css Color HEX #7212FD Electric Indigo

📋 copy color: '#7212FD'

red 114 ◦ green 18 ◦ blue 253

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

Shades of Electric Indigo #7212FD

Tints of Electric Indigo #7212FD

RGB

 RED value IS 114 (44.92% from 255) = 29.61%

 GREEN value IS 18 (7.42% from 255) = 4.68%

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

R = 29.61%
G = 4.68%
B = 65.71%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7212FD (or 0x7212FD) is known color: Electric Indigo. HEX triplet: 72, 12 and FD. RGB value is (114,18,253). Sum of RGB (Red+Green+Blue) = 114+18+253=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #7212FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7212FD is #8DED02. Grayscale: #484848. Windows color (decimal): -9301251 or 16585330. OLE color: 16585330.

HSL color Cylindrical-coordinate representation of color #7212FD: hue angle of 264.51º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7212FD is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 114 18 253 -
CMYK 0.55 0.93 0 0.01
HSL 264.51º 0.98% 0.53% -
HSV(B) 264.51º 0.93% 0.99% -
XYZ 24.89 11.1 93.76 -
YUV 73.49 229.3 156.89 -
System Red Green Blue C M Y K H S L
Decimal 114 18 253 0.55 0.93 0 0.01 264.51 0.98 0.53
Hex 72 12 FD 37 5D 0 1 109 62 35
Octal 162 22 375 67 135 0 1 411 142 65
Binary 1110010 10010 11111101 110111 1011101 0 1 100001001 1100010 110101

Color Harmonies of #7212FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7212FD

Black with #7212FD

Text Example


Text Example

White with #7212FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7212FD; }

 p { color: rgb(114,18,253); }

 H1.HeaderClassName
 {
   color: #7212FD;
 }
 .AnyTagClassName
 {
   color: #7212FD;
 }
</style>

background-color css

<style>
 a { background-color: #7212FD; }

 a { background-color: rgb(114,18,253); }

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

border-color css

<style>
 span { border-color: #7212FD; }

 span { border-color: rgb(114,18,253); }

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