Html Css Color HEX #7212F3 Electric Indigo

📋 copy color: '#7212F3'

red 114 ◦ green 18 ◦ blue 243

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

Shades of Electric Indigo #7212F3

Tints of Electric Indigo #7212F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 64.8%

R = 30.4%
G = 4.8%
B = 64.8%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7212F3 (or 0x7212F3) is known color: Electric Indigo. HEX triplet: 72, 12 and F3. RGB value is (114,18,243). Sum of RGB (Red+Green+Blue) = 114+18+243=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 243 (95.31% from 255 or 64.8% from 375); Max value from RGB is 243 - color contains mainly: blue. Hex color #7212F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7212F3 is #8DED0C. Grayscale: #474747. Windows color (decimal): -9301261 or 15929970. OLE color: 15929970.

HSL color Cylindrical-coordinate representation of color #7212F3: hue angle of 265.6º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7212F3 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 114 18 243 -
CMYK 0.53 0.93 0 0.05
HSL 265.6º 0.9% 0.51% -
HSV(B) 265.6º 0.93% 0.95% -
XYZ 23.33 10.48 85.59 -
YUV 72.35 224.3 157.7 -
System Red Green Blue C M Y K H S L
Decimal 114 18 243 0.53 0.93 0 0.05 265.6 0.9 0.51
Hex 72 12 F3 35 5D 0 5 10A 5A 33
Octal 162 22 363 65 135 0 5 412 132 63
Binary 1110010 10010 11110011 110101 1011101 0 101 100001010 1011010 110011

Color Harmonies of #7212F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7212F3

Black with #7212F3

Text Example


Text Example

White with #7212F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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