Html Css Color HEX #7212F5 Electric Indigo

📋 copy color: '#7212F5'

red 114 ◦ green 18 ◦ blue 245

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

Shades of Electric Indigo #7212F5

Tints of Electric Indigo #7212F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 64.99%

R = 30.24%
G = 4.77%
B = 64.99%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7212F5 (or 0x7212F5) is known color: Electric Indigo. HEX triplet: 72, 12 and F5. RGB value is (114,18,245). Sum of RGB (Red+Green+Blue) = 114+18+245=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 245 (96.09% from 255 or 64.99% from 377); Max value from RGB is 245 - color contains mainly: blue. Hex color #7212F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7212F5 is #8DED0A. Grayscale: #474747. Windows color (decimal): -9301259 or 16061042. OLE color: 16061042.

HSL color Cylindrical-coordinate representation of color #7212F5: hue angle of 265.37º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7212F5 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 114 18 245 -
CMYK 0.53 0.93 0 0.04
HSL 265.37º 0.92% 0.52% -
HSV(B) 265.37º 0.93% 0.96% -
XYZ 23.64 10.6 87.19 -
YUV 72.58 225.3 157.54 -
System Red Green Blue C M Y K H S L
Decimal 114 18 245 0.53 0.93 0 0.04 265.37 0.92 0.52
Hex 72 12 F5 35 5D 0 4 109 5C 34
Octal 162 22 365 65 135 0 4 411 134 64
Binary 1110010 10010 11110101 110101 1011101 0 100 100001001 1011100 110100

Color Harmonies of #7212F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7212F5

Black with #7212F5

Text Example


Text Example

White with #7212F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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