Html Css Color HEX #740BDF Electric Indigo

📋 copy color: '#740BDF'

red 116 ◦ green 11 ◦ blue 223

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

Shades of Electric Indigo #740BDF

Tints of Electric Indigo #740BDF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.14%

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

R = 33.14%
G = 3.14%
B = 63.71%

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

#740BDF (or 0x740BDF) is known color: Electric Indigo. HEX triplet: 74, 0B and DF. RGB value is (116,11,223). Sum of RGB (Red+Green+Blue) = 116+11+223=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #740BDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740BDF is #8BF420. Grayscale: #414141. Windows color (decimal): -9172001 or 14617460. OLE color: 14617460.

HSL color Cylindrical-coordinate representation of color #740BDF: hue angle of 269.72º degrees, saturation: 0.91, 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 #740BDF is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 11 223 -
CMYK 0.48 0.95 0 0.13
HSL 269.72º 0.91% 0.46% -
HSV(B) 269.72º 0.95% 0.87% -
XYZ 20.64 9.28 70.52 -
YUV 66.56 216.29 163.26 -
System Red Green Blue C M Y K H S L
Decimal 116 11 223 0.48 0.95 0 0.13 269.72 0.91 0.46
Hex 74 B DF 30 5F 0 D 10E 5B 2E
Octal 164 13 337 60 137 0 15 416 133 56
Binary 1110100 1011 11011111 110000 1011111 0 1101 100001110 1011011 101110

Color Harmonies of #740BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740BDF

Black with #740BDF

Text Example


Text Example

White with #740BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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