Html Css Color HEX #64169B Indigo

📋 copy color: '#64169B'

red 100 ◦ green 22 ◦ blue 155

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

Shades of Indigo #64169B

Tints of Indigo #64169B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 55.96%

R = 36.1%
G = 7.94%
B = 55.96%

CMYK

 C value IS 0.35

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64169B (or 0x64169B) is known color: Indigo. HEX triplet: 64, 16 and 9B. RGB value is (100,22,155). Sum of RGB (Red+Green+Blue) = 100+22+155=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #64169B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64169B is #9BE964. Grayscale: #3C3C3C. Windows color (decimal): -10217829 or 10163812. OLE color: 10163812.

HSL color Cylindrical-coordinate representation of color #64169B: hue angle of 275.19º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #64169B is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 22 155 -
CMYK 0.35 0.86 0 0.39
HSL 275.19º 0.75% 0.35% -
HSV(B) 275.19º 0.86% 0.61% -
XYZ 11.46 5.65 31.5 -
YUV 60.48 181.34 156.19 -
System Red Green Blue C M Y K H S L
Decimal 100 22 155 0.35 0.86 0 0.39 275.19 0.75 0.35
Hex 64 16 9B 23 56 0 27 113 4B 23
Octal 144 26 233 43 126 0 47 423 113 43
Binary 1100100 10110 10011011 100011 1010110 0 100111 100010011 1001011 100011

Color Harmonies of #64169B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64169B

Black with #64169B

Text Example


Text Example

White with #64169B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64169B; }

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

 H1.HeaderClassName
 {
   color: #64169B;
 }
 .AnyTagClassName
 {
   color: #64169B;
 }
</style>

background-color css

<style>
 a { background-color: #64169B; }

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

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

border-color css

<style>
 span { border-color: #64169B; }

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

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