Html Css Color HEX #741BFD Electric Indigo

📋 copy color: '#741BFD'

red 116 ◦ green 27 ◦ blue 253

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

Shades of Electric Indigo #741BFD

Tints of Electric Indigo #741BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.89%

R = 29.29%
G = 6.82%
B = 63.89%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#741BFD (or 0x741BFD) is known color: Electric Indigo. HEX triplet: 74, 1B and FD. RGB value is (116,27,253). Sum of RGB (Red+Green+Blue) = 116+27+253=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 27 (10.94% from 255 or 6.82% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #741BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741BFD is #8BE402. Grayscale: #4E4E4E. Windows color (decimal): -9167875 or 16587636. OLE color: 16587636.

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

Color convert

RGB 116 27 253 -
CMYK 0.54 0.89 0 0.01
HSL 263.63º 0.98% 0.55% -
HSV(B) 263.63º 0.89% 0.99% -
XYZ 25.32 11.59 93.83 -
YUV 79.38 225.99 154.12 -
System Red Green Blue C M Y K H S L
Decimal 116 27 253 0.54 0.89 0 0.01 263.63 0.98 0.55
Hex 74 1B FD 36 59 0 1 108 62 37
Octal 164 33 375 66 131 0 1 410 142 67
Binary 1110100 11011 11111101 110110 1011001 0 1 100001000 1100010 110111

Color Harmonies of #741BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741BFD

Black with #741BFD

Text Example


Text Example

White with #741BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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