Html Css Color HEX #6408A4 Indigo

📋 copy color: '#6408A4'

red 100 ◦ green 8 ◦ blue 164

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

Shades of Indigo #6408A4

Tints of Indigo #6408A4

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.94%

 BLUE value IS 164 (64.45% from 255) = 60.29%

R = 36.76%
G = 2.94%
B = 60.29%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6408A4 (or 0x6408A4) is known color: Indigo. HEX triplet: 64, 08 and A4. RGB value is (100,8,164). Sum of RGB (Red+Green+Blue) = 100+8+164=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 164 (64.45% from 255 or 60.29% from 272); Max value from RGB is 164 - color contains mainly: blue. Hex color #6408A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6408A4 is #9BF75B. Grayscale: #343434. Windows color (decimal): -10221404 or 10750052. OLE color: 10750052.

HSL color Cylindrical-coordinate representation of color #6408A4: hue angle of 275.38º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6408A4 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 100 8 164 -
CMYK 0.39 0.95 0 0.36
HSL 275.38º 0.91% 0.34% -
HSV(B) 275.38º 0.95% 0.64% -
XYZ 12.04 5.56 35.56 -
YUV 53.29 190.48 161.32 -
System Red Green Blue C M Y K H S L
Decimal 100 8 164 0.39 0.95 0 0.36 275.38 0.91 0.34
Hex 64 8 A4 27 5F 0 24 113 5B 22
Octal 144 10 244 47 137 0 44 423 133 42
Binary 1100100 1000 10100100 100111 1011111 0 100100 100010011 1011011 100010

Color Harmonies of #6408A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6408A4

Black with #6408A4

Text Example


Text Example

White with #6408A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6408A4; }

 p { color: rgb(100,8,164); }

 H1.HeaderClassName
 {
   color: #6408A4;
 }
 .AnyTagClassName
 {
   color: #6408A4;
 }
</style>

background-color css

<style>
 a { background-color: #6408A4; }

 a { background-color: rgb(100,8,164); }

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

border-color css

<style>
 span { border-color: #6408A4; }

 span { border-color: rgb(100,8,164); }

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