Html Css Color HEX #741CFB Electric Indigo

📋 copy color: '#741CFB'

red 116 ◦ green 28 ◦ blue 251

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

Shades of Electric Indigo #741CFB

Tints of Electric Indigo #741CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.09%

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

R = 29.37%
G = 7.09%
B = 63.54%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#741CFB (or 0x741CFB) is known color: Electric Indigo. HEX triplet: 74, 1C and FB. RGB value is (116,28,251). Sum of RGB (Red+Green+Blue) = 116+28+251=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #741CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741CFB is #8BE304. Grayscale: #4E4E4E. Windows color (decimal): -9167621 or 16456820. OLE color: 16456820.

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

Color convert

RGB 116 28 251 -
CMYK 0.54 0.89 0 0.02
HSL 263.68º 0.97% 0.55% -
HSV(B) 263.68º 0.89% 0.98% -
XYZ 25.03 11.51 92.17 -
YUV 79.73 224.65 153.87 -
System Red Green Blue C M Y K H S L
Decimal 116 28 251 0.54 0.89 0 0.02 263.68 0.97 0.55
Hex 74 1C FB 36 59 0 2 108 61 37
Octal 164 34 373 66 131 0 2 410 141 67
Binary 1110100 11100 11111011 110110 1011001 0 10 100001000 1100001 110111

Color Harmonies of #741CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741CFB

Black with #741CFB

Text Example


Text Example

White with #741CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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