Html Css Color HEX #741FFB Electric Indigo

📋 copy color: '#741FFB'

red 116 ◦ green 31 ◦ blue 251

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

Shades of Electric Indigo #741FFB

Tints of Electric Indigo #741FFB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.79%

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

R = 29.15%
G = 7.79%
B = 63.07%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#741FFB (or 0x741FFB) is known color: Electric Indigo. HEX triplet: 74, 1F and FB. RGB value is (116,31,251). Sum of RGB (Red+Green+Blue) = 116+31+251=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #741FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741FFB is #8BE004. Grayscale: #505050. Windows color (decimal): -9166853 or 16457588. OLE color: 16457588.

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

Color convert

RGB 116 31 251 -
CMYK 0.54 0.88 0 0.02
HSL 263.18º 0.96% 0.55% -
HSV(B) 263.18º 0.88% 0.98% -
XYZ 25.11 11.66 92.19 -
YUV 81.5 223.66 152.61 -
System Red Green Blue C M Y K H S L
Decimal 116 31 251 0.54 0.88 0 0.02 263.18 0.96 0.55
Hex 74 1F FB 36 58 0 2 107 60 37
Octal 164 37 373 66 130 0 2 407 140 67
Binary 1110100 11111 11111011 110110 1011000 0 10 100000111 1100000 110111

Color Harmonies of #741FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741FFB

Black with #741FFB

Text Example


Text Example

White with #741FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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