Html Css Color HEX #6411F2 Electric Indigo

📋 copy color: '#6411F2'

red 100 ◦ green 17 ◦ blue 242

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

Shades of Electric Indigo #6411F2

Tints of Electric Indigo #6411F2

RGB

 RED value IS 100 (39.45% from 255) = 27.86%

 GREEN value IS 17 (7.03% from 255) = 4.74%

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

R = 27.86%
G = 4.74%
B = 67.41%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6411F2 (or 0x6411F2) is known color: Electric Indigo. HEX triplet: 64, 11 and F2. RGB value is (100,17,242). Sum of RGB (Red+Green+Blue) = 100+17+242=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 242 (94.92% from 255 or 67.41% from 359); Max value from RGB is 242 - color contains mainly: blue. Hex color #6411F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6411F2 is #9BEE0D. Grayscale: #424242. Windows color (decimal): -10219022 or 15864164. OLE color: 15864164.

HSL color Cylindrical-coordinate representation of color #6411F2: hue angle of 262.13º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6411F2 is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 100 17 242 -
CMYK 0.59 0.93 0 0.05
HSL 262.13º 0.9% 0.51% -
HSV(B) 262.13º 0.93% 0.95% -
XYZ 21.48 9.52 84.71 -
YUV 67.47 226.5 151.2 -
System Red Green Blue C M Y K H S L
Decimal 100 17 242 0.59 0.93 0 0.05 262.13 0.9 0.51
Hex 64 11 F2 3B 5D 0 5 106 5A 33
Octal 144 21 362 73 135 0 5 406 132 63
Binary 1100100 10001 11110010 111011 1011101 0 101 100000110 1011010 110011

Color Harmonies of #6411F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6411F2

Black with #6411F2

Text Example


Text Example

White with #6411F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6411F2; }

 p { color: rgb(100,17,242); }

 H1.HeaderClassName
 {
   color: #6411F2;
 }
 .AnyTagClassName
 {
   color: #6411F2;
 }
</style>

background-color css

<style>
 a { background-color: #6411F2; }

 a { background-color: rgb(100,17,242); }

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

border-color css

<style>
 span { border-color: #6411F2; }

 span { border-color: rgb(100,17,242); }

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