Html Css Color HEX #6400FA Electric Indigo

📋 copy color: '#6400FA'

red 100 ◦ green 0 ◦ blue 250

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

Shades of Electric Indigo #6400FA

Tints of Electric Indigo #6400FA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 28.57%
G = 0%
B = 71.43%

CMYK

 C value IS 0.6

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6400FA (or 0x6400FA) is known color: Electric Indigo. HEX triplet: 64, 00 and FA. RGB value is (100,0,250). Sum of RGB (Red+Green+Blue) = 100+0+250=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 250 (98.05% from 255 or 71.43% from 350); Max value from RGB is 250 - color contains mainly: blue. Hex color #6400FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6400FA is #9BFF05. Grayscale: #393939. Windows color (decimal): -10223366 or 16384100. OLE color: 16384100.

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

Color convert

RGB 100 0 250 -
CMYK 0.6 1 0 0.02
HSL 264º 1% 0.49% -
HSV(B) 264º 1% 0.98% -
XYZ 22.51 9.61 91.11 -
YUV 58.4 236.13 157.67 -
System Red Green Blue C M Y K H S L
Decimal 100 0 250 0.6 1 0 0.02 264 1 0.49
Hex 64 0 FA 3C 64 0 2 108 64 31
Octal 144 0 372 74 144 0 2 410 144 61
Binary 1100100 0 11111010 111100 1100100 0 10 100001000 1100100 110001

Color Harmonies of #6400FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6400FA

Black with #6400FA

Text Example


Text Example

White with #6400FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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