Html Css Color HEX #64168A Indigo

📋 copy color: '#64168A'

red 100 ◦ green 22 ◦ blue 138

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

Shades of Indigo #64168A

Tints of Indigo #64168A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.46%

 BLUE value IS 138 (54.3% from 255) = 53.08%

R = 38.46%
G = 8.46%
B = 53.08%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#64168A (or 0x64168A) is known color: Indigo. HEX triplet: 64, 16 and 8A. RGB value is (100,22,138). Sum of RGB (Red+Green+Blue) = 100+22+138=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #64168A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64168A is #9BE975. Grayscale: #3A3A3A. Windows color (decimal): -10217846 or 9049700. OLE color: 9049700.

HSL color Cylindrical-coordinate representation of color #64168A: hue angle of 280.34º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64168A is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 22 138 -
CMYK 0.28 0.84 0 0.46
HSL 280.34º 0.73% 0.31% -
HSV(B) 280.34º 0.84% 0.54% -
XYZ 10.13 5.12 24.5 -
YUV 58.55 172.84 157.57 -
System Red Green Blue C M Y K H S L
Decimal 100 22 138 0.28 0.84 0 0.46 280.34 0.73 0.31
Hex 64 16 8A 1C 54 0 2E 118 48 1F
Octal 144 26 212 34 124 0 56 430 110 37
Binary 1100100 10110 10001010 11100 1010100 0 101110 100011000 1001000 11111

Color Harmonies of #64168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64168A

Black with #64168A

Text Example


Text Example

White with #64168A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64168A; }

 p { color: rgb(100,22,138); }

 H1.HeaderClassName
 {
   color: #64168A;
 }
 .AnyTagClassName
 {
   color: #64168A;
 }
</style>

background-color css

<style>
 a { background-color: #64168A; }

 a { background-color: rgb(100,22,138); }

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

border-color css

<style>
 span { border-color: #64168A; }

 span { border-color: rgb(100,22,138); }

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