Html Css Color HEX #740DFC Electric Indigo

📋 copy color: '#740DFC'

red 116 ◦ green 13 ◦ blue 252

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

Shades of Electric Indigo #740DFC

Tints of Electric Indigo #740DFC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.41%

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

R = 30.45%
G = 3.41%
B = 66.14%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#740DFC (or 0x740DFC) is known color: Electric Indigo. HEX triplet: 74, 0D and FC. RGB value is (116,13,252). Sum of RGB (Red+Green+Blue) = 116+13+252=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #740DFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740DFC is #8BF203. Grayscale: #464646. Windows color (decimal): -9171460 or 16518516. OLE color: 16518516.

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

Color convert

RGB 116 13 252 -
CMYK 0.54 0.95 0 0.01
HSL 265.86º 0.98% 0.52% -
HSV(B) 265.86º 0.95% 0.99% -
XYZ 24.92 11.03 92.91 -
YUV 71.04 230.12 160.07 -
System Red Green Blue C M Y K H S L
Decimal 116 13 252 0.54 0.95 0 0.01 265.86 0.98 0.52
Hex 74 D FC 36 5F 0 1 10A 62 34
Octal 164 15 374 66 137 0 1 412 142 64
Binary 1110100 1101 11111100 110110 1011111 0 1 100001010 1100010 110100

Color Harmonies of #740DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740DFC

Black with #740DFC

Text Example


Text Example

White with #740DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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