Html Css Color HEX #740CDF Electric Indigo

📋 copy color: '#740CDF'

red 116 ◦ green 12 ◦ blue 223

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

Shades of Electric Indigo #740CDF

Tints of Electric Indigo #740CDF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.42%

 BLUE value IS 223 (87.5% from 255) = 63.53%

R = 33.05%
G = 3.42%
B = 63.53%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#740CDF (or 0x740CDF) is known color: Electric Indigo. HEX triplet: 74, 0C and DF. RGB value is (116,12,223). Sum of RGB (Red+Green+Blue) = 116+12+223=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #740CDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740CDF is #8BF320. Grayscale: #424242. Windows color (decimal): -9171745 or 14617716. OLE color: 14617716.

HSL color Cylindrical-coordinate representation of color #740CDF: hue angle of 269.57º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740CDF is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 12 223 -
CMYK 0.48 0.95 0 0.13
HSL 269.57º 0.9% 0.46% -
HSV(B) 269.57º 0.95% 0.87% -
XYZ 20.65 9.3 70.52 -
YUV 67.15 215.96 162.84 -
System Red Green Blue C M Y K H S L
Decimal 116 12 223 0.48 0.95 0 0.13 269.57 0.9 0.46
Hex 74 C DF 30 5F 0 D 10E 5A 2E
Octal 164 14 337 60 137 0 15 416 132 56
Binary 1110100 1100 11011111 110000 1011111 0 1101 100001110 1011010 101110

Color Harmonies of #740CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740CDF

Black with #740CDF

Text Example


Text Example

White with #740CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,12,223); }

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

background-color css

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

 a { background-color: rgb(116,12,223); }

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

border-color css

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

 span { border-color: rgb(116,12,223); }

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