Html Css Color HEX #741CFA Electric Indigo

📋 copy color: '#741CFA'

red 116 ◦ green 28 ◦ blue 250

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

Shades of Electric Indigo #741CFA

Tints of Electric Indigo #741CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.45%

R = 29.44%
G = 7.11%
B = 63.45%

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

#741CFA (or 0x741CFA) is known color: Electric Indigo. HEX triplet: 74, 1C and FA. RGB value is (116,28,250). Sum of RGB (Red+Green+Blue) = 116+28+250=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #741CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741CFA is #8BE305. Grayscale: #4E4E4E. Windows color (decimal): -9167622 or 16391284. OLE color: 16391284.

HSL color Cylindrical-coordinate representation of color #741CFA: hue angle of 263.78º degrees, saturation: 0.96, 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 #741CFA is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 28 250 -
CMYK 0.54 0.89 0 0.02
HSL 263.78º 0.96% 0.55% -
HSV(B) 263.78º 0.89% 0.98% -
XYZ 24.87 11.45 91.34 -
YUV 79.62 224.15 153.95 -
System Red Green Blue C M Y K H S L
Decimal 116 28 250 0.54 0.89 0 0.02 263.78 0.96 0.55
Hex 74 1C FA 36 59 0 2 108 60 37
Octal 164 34 372 66 131 0 2 410 140 67
Binary 1110100 11100 11111010 110110 1011001 0 10 100001000 1100000 110111

Color Harmonies of #741CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741CFA

Black with #741CFA

Text Example


Text Example

White with #741CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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