Html Css Color HEX #740FFB Electric Indigo

📋 copy color: '#740FFB'

red 116 ◦ green 15 ◦ blue 251

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

Shades of Electric Indigo #740FFB

Tints of Electric Indigo #740FFB

RGB

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

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

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

R = 30.37%
G = 3.93%
B = 65.71%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#740FFB (or 0x740FFB) is known color: Electric Indigo. HEX triplet: 74, 0F and FB. RGB value is (116,15,251). Sum of RGB (Red+Green+Blue) = 116+15+251=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #740FFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740FFB is #8BF004. Grayscale: #474747. Windows color (decimal): -9170949 or 16453492. OLE color: 16453492.

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

Color convert

RGB 116 15 251 -
CMYK 0.54 0.94 0 0.02
HSL 265.68º 0.97% 0.52% -
HSV(B) 265.68º 0.94% 0.98% -
XYZ 24.79 11.02 92.09 -
YUV 72.1 228.96 159.31 -
System Red Green Blue C M Y K H S L
Decimal 116 15 251 0.54 0.94 0 0.02 265.68 0.97 0.52
Hex 74 F FB 36 5E 0 2 10A 61 34
Octal 164 17 373 66 136 0 2 412 141 64
Binary 1110100 1111 11111011 110110 1011110 0 10 100001010 1100001 110100

Color Harmonies of #740FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740FFB

Black with #740FFB

Text Example


Text Example

White with #740FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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