Html Css Color HEX #741BFF Electric Indigo

📋 copy color: '#741BFF'

red 116 ◦ green 27 ◦ blue 255

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

Shades of Electric Indigo #741BFF

Tints of Electric Indigo #741BFF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.78%

 BLUE value IS 255 (100% from 255) = 64.07%

R = 29.15%
G = 6.78%
B = 64.07%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#741BFF (or 0x741BFF) is known color: Electric Indigo. HEX triplet: 74, 1B and FF. RGB value is (116,27,255). Sum of RGB (Red+Green+Blue) = 116+27+255=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #741BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741BFF is #8BE400. Grayscale: #4E4E4E. Windows color (decimal): -9167873 or 16718708. OLE color: 16718708.

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

Color convert

RGB 116 27 255 -
CMYK 0.55 0.89 0 0
HSL 263.42º 1% 0.55% -
HSV(B) 263.42º 0.89% 1% -
XYZ 25.64 11.72 95.52 -
YUV 79.6 226.99 153.96 -
System Red Green Blue C M Y K H S L
Decimal 116 27 255 0.55 0.89 0 0 263.42 1 0.55
Hex 74 1B FF 37 59 0 0 107 64 37
Octal 164 33 377 67 131 0 0 407 144 67
Binary 1110100 11011 11111111 110111 1011001 0 0 100000111 1100100 110111

Color Harmonies of #741BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741BFF

Black with #741BFF

Text Example


Text Example

White with #741BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,27,255); }

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

background-color css

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

 a { background-color: rgb(116,27,255); }

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

border-color css

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

 span { border-color: rgb(116,27,255); }

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