Html Css Color HEX #720BFB Electric Indigo

📋 copy color: '#720BFB'

red 114 ◦ green 11 ◦ blue 251

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

Shades of Electric Indigo #720BFB

Tints of Electric Indigo #720BFB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.93%

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

R = 30.32%
G = 2.93%
B = 66.76%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#720BFB (or 0x720BFB) is known color: Electric Indigo. HEX triplet: 72, 0B and FB. RGB value is (114,11,251). Sum of RGB (Red+Green+Blue) = 114+11+251=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #720BFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720BFB is #8DF404. Grayscale: #444444. Windows color (decimal): -9303045 or 16452466. OLE color: 16452466.

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

Color convert

RGB 114 11 251 -
CMYK 0.55 0.96 0 0.02
HSL 265.75º 0.97% 0.51% -
HSV(B) 265.75º 0.96% 0.98% -
XYZ 24.47 10.78 92.06 -
YUV 69.16 230.62 159.99 -
System Red Green Blue C M Y K H S L
Decimal 114 11 251 0.55 0.96 0 0.02 265.75 0.97 0.51
Hex 72 B FB 37 60 0 2 10A 61 33
Octal 162 13 373 67 140 0 2 412 141 63
Binary 1110010 1011 11111011 110111 1100000 0 10 100001010 1100001 110011

Color Harmonies of #720BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720BFB

Black with #720BFB

Text Example


Text Example

White with #720BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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