Html Css Color HEX #64169C Indigo

📋 copy color: '#64169C'

red 100 ◦ green 22 ◦ blue 156

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

Shades of Indigo #64169C

Tints of Indigo #64169C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 56.12%

R = 35.97%
G = 7.91%
B = 56.12%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64169C (or 0x64169C) is known color: Indigo. HEX triplet: 64, 16 and 9C. RGB value is (100,22,156). Sum of RGB (Red+Green+Blue) = 100+22+156=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #64169C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64169C is #9BE963. Grayscale: #3C3C3C. Windows color (decimal): -10217828 or 10229348. OLE color: 10229348.

HSL color Cylindrical-coordinate representation of color #64169C: hue angle of 274.93º 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 #64169C is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 22 156 -
CMYK 0.36 0.86 0 0.39
HSL 274.93º 0.75% 0.35% -
HSV(B) 274.93º 0.86% 0.61% -
XYZ 11.54 5.68 31.94 -
YUV 60.6 181.84 156.1 -
System Red Green Blue C M Y K H S L
Decimal 100 22 156 0.36 0.86 0 0.39 274.93 0.75 0.35
Hex 64 16 9C 24 56 0 27 113 4B 23
Octal 144 26 234 44 126 0 47 423 113 43
Binary 1100100 10110 10011100 100100 1010110 0 100111 100010011 1001011 100011

Color Harmonies of #64169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64169C

Black with #64169C

Text Example


Text Example

White with #64169C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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