Html Css Color HEX #7212F2 Electric Indigo

📋 copy color: '#7212F2'

red 114 ◦ green 18 ◦ blue 242

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

Shades of Electric Indigo #7212F2

Tints of Electric Indigo #7212F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 64.71%

R = 30.48%
G = 4.81%
B = 64.71%

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

#7212F2 (or 0x7212F2) is known color: Electric Indigo. HEX triplet: 72, 12 and F2. RGB value is (114,18,242). Sum of RGB (Red+Green+Blue) = 114+18+242=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 242 (94.92% from 255 or 64.71% from 374); Max value from RGB is 242 - color contains mainly: blue. Hex color #7212F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7212F2 is #8DED0D. Grayscale: #474747. Windows color (decimal): -9301262 or 15864434. OLE color: 15864434.

HSL color Cylindrical-coordinate representation of color #7212F2: hue angle of 265.71º 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 #7212F2 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 114 18 242 -
CMYK 0.53 0.93 0 0.05
HSL 265.71º 0.9% 0.51% -
HSV(B) 265.71º 0.93% 0.95% -
XYZ 23.18 10.42 84.79 -
YUV 72.24 223.8 157.79 -
System Red Green Blue C M Y K H S L
Decimal 114 18 242 0.53 0.93 0 0.05 265.71 0.9 0.51
Hex 72 12 F2 35 5D 0 5 10A 5A 33
Octal 162 22 362 65 135 0 5 412 132 63
Binary 1110010 10010 11110010 110101 1011101 0 101 100001010 1011010 110011

Color Harmonies of #7212F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7212F2

Black with #7212F2

Text Example


Text Example

White with #7212F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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