Html Css Color HEX #740DFB Electric Indigo

📋 copy color: '#740DFB'

red 116 ◦ green 13 ◦ blue 251

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

Shades of Electric Indigo #740DFB

Tints of Electric Indigo #740DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.42%

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

R = 30.53%
G = 3.42%
B = 66.05%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#740DFB (or 0x740DFB) is known color: Electric Indigo. HEX triplet: 74, 0D and FB. RGB value is (116,13,251). Sum of RGB (Red+Green+Blue) = 116+13+251=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 13 (5.47% from 255 or 3.42% 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 #740DFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740DFB is #8BF204. Grayscale: #464646. Windows color (decimal): -9171461 or 16452980. OLE color: 16452980.

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

Color convert

RGB 116 13 251 -
CMYK 0.54 0.95 0 0.02
HSL 265.97º 0.97% 0.52% -
HSV(B) 265.97º 0.95% 0.98% -
XYZ 24.76 10.97 92.08 -
YUV 70.93 229.62 160.15 -
System Red Green Blue C M Y K H S L
Decimal 116 13 251 0.54 0.95 0 0.02 265.97 0.97 0.52
Hex 74 D FB 36 5F 0 2 10A 61 34
Octal 164 15 373 66 137 0 2 412 141 64
Binary 1110100 1101 11111011 110110 1011111 0 10 100001010 1100001 110100

Color Harmonies of #740DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740DFB

Black with #740DFB

Text Example


Text Example

White with #740DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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