Html Css Color HEX #6401ED Electric Indigo

📋 copy color: '#6401ED'

red 100 ◦ green 1 ◦ blue 237

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

Shades of Electric Indigo #6401ED

Tints of Electric Indigo #6401ED

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 237 (92.97% from 255) = 70.12%

R = 29.59%
G = 0.3%
B = 70.12%

CMYK

 C value IS 0.58

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6401ED (or 0x6401ED) is known color: Electric Indigo. HEX triplet: 64, 01 and ED. RGB value is (100,1,237). Sum of RGB (Red+Green+Blue) = 100+1+237=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 237 (92.97% from 255 or 70.12% from 338); Max value from RGB is 237 - color contains mainly: blue. Hex color #6401ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6401ED is #9BFE12. Grayscale: #383838. Windows color (decimal): -10223123 or 15532388. OLE color: 15532388.

HSL color Cylindrical-coordinate representation of color #6401ED: hue angle of 265.17º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6401ED is Cyan = 0.58, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 1 237 -
CMYK 0.58 1.00 0 0.07
HSL 265.17º 0.99% 0.47% -
HSV(B) 265.17º 1% 0.93% -
XYZ 20.55 8.85 80.74 -
YUV 57.51 229.3 158.31 -
System Red Green Blue C M Y K H S L
Decimal 100 1 237 0.58 1.00 0 0.07 265.17 0.99 0.47
Hex 64 1 ED 3A 64 0 7 109 63 2F
Octal 144 1 355 72 144 0 7 411 143 57
Binary 1100100 1 11101101 111010 1100100 0 111 100001001 1100011 101111

Color Harmonies of #6401ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6401ED

Black with #6401ED

Text Example


Text Example

White with #6401ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6401ED; }

 p { color: rgb(100,1,237); }

 H1.HeaderClassName
 {
   color: #6401ED;
 }
 .AnyTagClassName
 {
   color: #6401ED;
 }
</style>

background-color css

<style>
 a { background-color: #6401ED; }

 a { background-color: rgb(100,1,237); }

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

border-color css

<style>
 span { border-color: #6401ED; }

 span { border-color: rgb(100,1,237); }

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