Html Css Color HEX #6403E8 Electric Indigo

📋 copy color: '#6403E8'

red 100 ◦ green 3 ◦ blue 232

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

Shades of Electric Indigo #6403E8

Tints of Electric Indigo #6403E8

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

 BLUE value IS 232 (91.02% from 255) = 69.25%

R = 29.85%
G = 0.9%
B = 69.25%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6403E8 (or 0x6403E8) is known color: Electric Indigo. HEX triplet: 64, 03 and E8. RGB value is (100,3,232). Sum of RGB (Red+Green+Blue) = 100+3+232=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 232 (91.02% from 255 or 69.25% from 335); Max value from RGB is 232 - color contains mainly: blue. Hex color #6403E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6403E8 is #9BFC17. Grayscale: #393939. Windows color (decimal): -10222616 or 15205220. OLE color: 15205220.

HSL color Cylindrical-coordinate representation of color #6403E8: hue angle of 265.41º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6403E8 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 100 3 232 -
CMYK 0.57 0.99 0 0.09
HSL 265.41º 0.97% 0.46% -
HSV(B) 265.41º 0.99% 0.91% -
XYZ 19.85 8.6 76.96 -
YUV 58.11 226.14 157.88 -
System Red Green Blue C M Y K H S L
Decimal 100 3 232 0.57 0.99 0 0.09 265.41 0.97 0.46
Hex 64 3 E8 39 63 0 9 109 61 2E
Octal 144 3 350 71 143 0 11 411 141 56
Binary 1100100 11 11101000 111001 1100011 0 1001 100001001 1100001 101110

Color Harmonies of #6403E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6403E8

Black with #6403E8

Text Example


Text Example

White with #6403E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6403E8; }

 p { color: rgb(100,3,232); }

 H1.HeaderClassName
 {
   color: #6403E8;
 }
 .AnyTagClassName
 {
   color: #6403E8;
 }
</style>

background-color css

<style>
 a { background-color: #6403E8; }

 a { background-color: rgb(100,3,232); }

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

border-color css

<style>
 span { border-color: #6403E8; }

 span { border-color: rgb(100,3,232); }

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