Html Css Color HEX #741FFC Electric Indigo

📋 copy color: '#741FFC'

red 116 ◦ green 31 ◦ blue 252

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

Shades of Electric Indigo #741FFC

Tints of Electric Indigo #741FFC

RGB

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

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

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

R = 29.07%
G = 7.77%
B = 63.16%

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

#741FFC (or 0x741FFC) is known color: Electric Indigo. HEX triplet: 74, 1F and FC. RGB value is (116,31,252). Sum of RGB (Red+Green+Blue) = 116+31+252=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 31 (12.5% from 255 or 7.77% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #741FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741FFC is #8BE003. Grayscale: #505050. Windows color (decimal): -9166852 or 16523124. OLE color: 16523124.

HSL color Cylindrical-coordinate representation of color #741FFC: hue angle of 263.08º 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 #741FFC is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 31 252 -
CMYK 0.54 0.88 0 0.01
HSL 263.08º 0.97% 0.55% -
HSV(B) 263.08º 0.88% 0.99% -
XYZ 25.26 11.72 93.03 -
YUV 81.61 224.16 152.53 -
System Red Green Blue C M Y K H S L
Decimal 116 31 252 0.54 0.88 0 0.01 263.08 0.97 0.55
Hex 74 1F FC 36 58 0 1 107 61 37
Octal 164 37 374 66 130 0 1 407 141 67
Binary 1110100 11111 11111100 110110 1011000 0 1 100000111 1100001 110111

Color Harmonies of #741FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741FFC

Black with #741FFC

Text Example


Text Example

White with #741FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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