Html Css Color HEX #741DFC Electric Indigo

📋 copy color: '#741DFC'

red 116 ◦ green 29 ◦ blue 252

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

Shades of Electric Indigo #741DFC

Tints of Electric Indigo #741DFC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.3%

 BLUE value IS 252 (98.83% from 255) = 63.48%

R = 29.22%
G = 7.3%
B = 63.48%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#741DFC (or 0x741DFC) is known color: Electric Indigo. HEX triplet: 74, 1D and FC. RGB value is (116,29,252). Sum of RGB (Red+Green+Blue) = 116+29+252=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 29 (11.72% from 255 or 7.30% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #741DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741DFC is #8BE203. Grayscale: #4F4F4F. Windows color (decimal): -9167364 or 16522612. OLE color: 16522612.

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

Color convert

RGB 116 29 252 -
CMYK 0.54 0.88 0 0.01
HSL 263.41º 0.97% 0.55% -
HSV(B) 263.41º 0.88% 0.99% -
XYZ 25.21 11.62 93.01 -
YUV 80.44 224.82 153.37 -
System Red Green Blue C M Y K H S L
Decimal 116 29 252 0.54 0.88 0 0.01 263.41 0.97 0.55
Hex 74 1D FC 36 58 0 1 107 61 37
Octal 164 35 374 66 130 0 1 407 141 67
Binary 1110100 11101 11111100 110110 1011000 0 1 100000111 1100001 110111

Color Harmonies of #741DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741DFC

Black with #741DFC

Text Example


Text Example

White with #741DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,29,252); }

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

background-color css

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

 a { background-color: rgb(116,29,252); }

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

border-color css

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

 span { border-color: rgb(116,29,252); }

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