Html Css Color HEX #740CF2 Electric Indigo

📋 copy color: '#740CF2'

red 116 ◦ green 12 ◦ blue 242

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

Shades of Electric Indigo #740CF2

Tints of Electric Indigo #740CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 65.41%

R = 31.35%
G = 3.24%
B = 65.41%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#740CF2 (or 0x740CF2) is known color: Electric Indigo. HEX triplet: 74, 0C and F2. RGB value is (116,12,242). Sum of RGB (Red+Green+Blue) = 116+12+242=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 242 (94.92% from 255 or 65.41% from 370); Max value from RGB is 242 - color contains mainly: blue. Hex color #740CF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740CF2 is #8BF30D. Grayscale: #444444. Windows color (decimal): -9171726 or 15862900. OLE color: 15862900.

HSL color Cylindrical-coordinate representation of color #740CF2: hue angle of 267.13º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740CF2 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 12 242 -
CMYK 0.52 0.95 0 0.05
HSL 267.13º 0.91% 0.5% -
HSV(B) 267.13º 0.95% 0.95% -
XYZ 23.36 10.39 84.78 -
YUV 69.32 225.46 161.3 -
System Red Green Blue C M Y K H S L
Decimal 116 12 242 0.52 0.95 0 0.05 267.13 0.91 0.5
Hex 74 C F2 34 5F 0 5 10B 5B 32
Octal 164 14 362 64 137 0 5 413 133 62
Binary 1110100 1100 11110010 110100 1011111 0 101 100001011 1011011 110010

Color Harmonies of #740CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740CF2

Black with #740CF2

Text Example


Text Example

White with #740CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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