Html Css Color HEX #740BED Electric Indigo

📋 copy color: '#740BED'

red 116 ◦ green 11 ◦ blue 237

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

Shades of Electric Indigo #740BED

Tints of Electric Indigo #740BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 65.11%

R = 31.87%
G = 3.02%
B = 65.11%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#740BED (or 0x740BED) is known color: Electric Indigo. HEX triplet: 74, 0B and ED. RGB value is (116,11,237). Sum of RGB (Red+Green+Blue) = 116+11+237=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 237 (92.97% from 255 or 65.11% from 364); Max value from RGB is 237 - color contains mainly: blue. Hex color #740BED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740BED is #8BF412. Grayscale: #434343. Windows color (decimal): -9171987 or 15534964. OLE color: 15534964.

HSL color Cylindrical-coordinate representation of color #740BED: hue angle of 267.88º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740BED is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 11 237 -
CMYK 0.51 0.95 0 0.07
HSL 267.88º 0.91% 0.49% -
HSV(B) 267.88º 0.95% 0.93% -
XYZ 22.61 10.07 80.87 -
YUV 68.16 223.29 162.12 -
System Red Green Blue C M Y K H S L
Decimal 116 11 237 0.51 0.95 0 0.07 267.88 0.91 0.49
Hex 74 B ED 33 5F 0 7 10C 5B 31
Octal 164 13 355 63 137 0 7 414 133 61
Binary 1110100 1011 11101101 110011 1011111 0 111 100001100 1011011 110001

Color Harmonies of #740BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740BED

Black with #740BED

Text Example


Text Example

White with #740BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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