Html Css Color HEX #720CED Electric Indigo

📋 copy color: '#720CED'

red 114 ◦ green 12 ◦ blue 237

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

Shades of Electric Indigo #720CED

Tints of Electric Indigo #720CED

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.31%

 BLUE value IS 237 (92.97% from 255) = 65.29%

R = 31.4%
G = 3.31%
B = 65.29%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#720CED (or 0x720CED) is known color: Electric Indigo. HEX triplet: 72, 0C and ED. RGB value is (114,12,237). Sum of RGB (Red+Green+Blue) = 114+12+237=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #720CED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720CED is #8DF312. Grayscale: #434343. Windows color (decimal): -9302803 or 15535218. OLE color: 15535218.

HSL color Cylindrical-coordinate representation of color #720CED: hue angle of 267.2º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720CED is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 12 237 -
CMYK 0.52 0.95 0 0.07
HSL 267.2º 0.9% 0.49% -
HSV(B) 267.2º 0.95% 0.93% -
XYZ 22.36 9.95 80.86 -
YUV 68.15 223.29 160.7 -
System Red Green Blue C M Y K H S L
Decimal 114 12 237 0.52 0.95 0 0.07 267.2 0.9 0.49
Hex 72 C ED 34 5F 0 7 10B 5A 31
Octal 162 14 355 64 137 0 7 413 132 61
Binary 1110010 1100 11101101 110100 1011111 0 111 100001011 1011010 110001

Color Harmonies of #720CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720CED

Black with #720CED

Text Example


Text Example

White with #720CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720CED; }

 p { color: rgb(114,12,237); }

 H1.HeaderClassName
 {
   color: #720CED;
 }
 .AnyTagClassName
 {
   color: #720CED;
 }
</style>

background-color css

<style>
 a { background-color: #720CED; }

 a { background-color: rgb(114,12,237); }

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

border-color css

<style>
 span { border-color: #720CED; }

 span { border-color: rgb(114,12,237); }

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