Html Css Color HEX #720FFB Electric Indigo

📋 copy color: '#720FFB'

red 114 ◦ green 15 ◦ blue 251

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

Shades of Electric Indigo #720FFB

Tints of Electric Indigo #720FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.95%

 BLUE value IS 251 (98.44% from 255) = 66.05%

R = 30%
G = 3.95%
B = 66.05%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#720FFB (or 0x720FFB) is known color: Electric Indigo. HEX triplet: 72, 0F and FB. RGB value is (114,15,251). Sum of RGB (Red+Green+Blue) = 114+15+251=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 15 (6.25% from 255 or 3.95% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #720FFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720FFB is #8DF004. Grayscale: #464646. Windows color (decimal): -9302021 or 16453490. OLE color: 16453490.

HSL color Cylindrical-coordinate representation of color #720FFB: hue angle of 265.17º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720FFB is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 15 251 -
CMYK 0.55 0.94 0 0.02
HSL 265.17º 0.97% 0.52% -
HSV(B) 265.17º 0.94% 0.98% -
XYZ 24.52 10.88 92.08 -
YUV 71.51 229.3 158.31 -
System Red Green Blue C M Y K H S L
Decimal 114 15 251 0.55 0.94 0 0.02 265.17 0.97 0.52
Hex 72 F FB 37 5E 0 2 109 61 34
Octal 162 17 373 67 136 0 2 411 141 64
Binary 1110010 1111 11111011 110111 1011110 0 10 100001001 1100001 110100

Color Harmonies of #720FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720FFB

Black with #720FFB

Text Example


Text Example

White with #720FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,15,251); }

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

background-color css

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

 a { background-color: rgb(114,15,251); }

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

border-color css

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

 span { border-color: rgb(114,15,251); }

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