Html Css Color HEX #6411FA Electric Indigo

📋 copy color: '#6411FA'

red 100 ◦ green 17 ◦ blue 250

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

Shades of Electric Indigo #6411FA

Tints of Electric Indigo #6411FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.12%

R = 27.25%
G = 4.63%
B = 68.12%

CMYK

 C value IS 0.6

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6411FA (or 0x6411FA) is known color: Electric Indigo. HEX triplet: 64, 11 and FA. RGB value is (100,17,250). Sum of RGB (Red+Green+Blue) = 100+17+250=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #6411FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6411FA is #9BEE05. Grayscale: #434343. Windows color (decimal): -10219014 or 16388452. OLE color: 16388452.

HSL color Cylindrical-coordinate representation of color #6411FA: hue angle of 261.37º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6411FA is Cyan = 0.6, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 17 250 -
CMYK 0.6 0.93 0 0.02
HSL 261.37º 0.96% 0.52% -
HSV(B) 261.37º 0.93% 0.98% -
XYZ 22.71 10.01 91.18 -
YUV 68.38 230.5 150.55 -
System Red Green Blue C M Y K H S L
Decimal 100 17 250 0.6 0.93 0 0.02 261.37 0.96 0.52
Hex 64 11 FA 3C 5D 0 2 105 60 34
Octal 144 21 372 74 135 0 2 405 140 64
Binary 1100100 10001 11111010 111100 1011101 0 10 100000101 1100000 110100

Color Harmonies of #6411FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6411FA

Black with #6411FA

Text Example


Text Example

White with #6411FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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