Html Css Color HEX #6413FA Electric Indigo

📋 copy color: '#6413FA'

red 100 ◦ green 19 ◦ blue 250

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

Shades of Electric Indigo #6413FA

Tints of Electric Indigo #6413FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.15%

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

R = 27.1%
G = 5.15%
B = 67.75%

CMYK

 C value IS 0.6

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6413FA (or 0x6413FA) is known color: Electric Indigo. HEX triplet: 64, 13 and FA. RGB value is (100,19,250). Sum of RGB (Red+Green+Blue) = 100+19+250=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #6413FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6413FA is #9BEC05. Grayscale: #444444. Windows color (decimal): -10218502 or 16388964. OLE color: 16388964.

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

Color convert

RGB 100 19 250 -
CMYK 0.6 0.92 0 0.02
HSL 261.04º 0.96% 0.53% -
HSV(B) 261.04º 0.92% 0.98% -
XYZ 22.74 10.08 91.19 -
YUV 69.55 229.84 149.72 -
System Red Green Blue C M Y K H S L
Decimal 100 19 250 0.6 0.92 0 0.02 261.04 0.96 0.53
Hex 64 13 FA 3C 5C 0 2 105 60 35
Octal 144 23 372 74 134 0 2 405 140 65
Binary 1100100 10011 11111010 111100 1011100 0 10 100000101 1100000 110101

Color Harmonies of #6413FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6413FA

Black with #6413FA

Text Example


Text Example

White with #6413FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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