Html Css Color HEX #740AFB Electric Indigo

📋 copy color: '#740AFB'

red 116 ◦ green 10 ◦ blue 251

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

Shades of Electric Indigo #740AFB

Tints of Electric Indigo #740AFB

RGB

 RED value IS 116 (45.7% from 255) = 30.77%

 GREEN value IS 10 (4.3% from 255) = 2.65%

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

R = 30.77%
G = 2.65%
B = 66.58%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#740AFB (or 0x740AFB) is known color: Electric Indigo. HEX triplet: 74, 0A and FB. RGB value is (116,10,251). Sum of RGB (Red+Green+Blue) = 116+10+251=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 251 (98.44% from 255 or 66.58% from 377); Max value from RGB is 251 - color contains mainly: blue. Hex color #740AFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740AFB is #8BF504. Grayscale: #444444. Windows color (decimal): -9172229 or 16452212. OLE color: 16452212.

HSL color Cylindrical-coordinate representation of color #740AFB: hue angle of 266.39º 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 #740AFB is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 10 251 -
CMYK 0.54 0.96 0 0.02
HSL 266.39º 0.97% 0.51% -
HSV(B) 266.39º 0.96% 0.98% -
XYZ 24.72 10.9 92.07 -
YUV 69.17 230.62 161.4 -
System Red Green Blue C M Y K H S L
Decimal 116 10 251 0.54 0.96 0 0.02 266.39 0.97 0.51
Hex 74 A FB 36 60 0 2 10A 61 33
Octal 164 12 373 66 140 0 2 412 141 63
Binary 1110100 1010 11111011 110110 1100000 0 10 100001010 1100001 110011

Color Harmonies of #740AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740AFB

Black with #740AFB

Text Example


Text Example

White with #740AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740AFB; }

 p { color: rgb(116,10,251); }

 H1.HeaderClassName
 {
   color: #740AFB;
 }
 .AnyTagClassName
 {
   color: #740AFB;
 }
</style>

background-color css

<style>
 a { background-color: #740AFB; }

 a { background-color: rgb(116,10,251); }

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

border-color css

<style>
 span { border-color: #740AFB; }

 span { border-color: rgb(116,10,251); }

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