Html Css Color HEX #64109C Indigo

📋 copy color: '#64109C'

red 100 ◦ green 16 ◦ blue 156

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

Shades of Indigo #64109C

Tints of Indigo #64109C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.88%

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

R = 36.76%
G = 5.88%
B = 57.35%

CMYK

 C value IS 0.36

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64109C (or 0x64109C) is known color: Indigo. HEX triplet: 64, 10 and 9C. RGB value is (100,16,156). Sum of RGB (Red+Green+Blue) = 100+16+156=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 156 (61.33% from 255 or 57.35% from 272); Max value from RGB is 156 - color contains mainly: blue. Hex color #64109C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64109C is #9BEF63. Grayscale: #383838. Windows color (decimal): -10219364 or 10227812. OLE color: 10227812.

HSL color Cylindrical-coordinate representation of color #64109C: hue angle of 276º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64109C is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 16 156 -
CMYK 0.36 0.90 0 0.39
HSL 276º 0.81% 0.34% -
HSV(B) 276º 0.9% 0.61% -
XYZ 11.44 5.48 31.91 -
YUV 57.08 183.83 158.62 -
System Red Green Blue C M Y K H S L
Decimal 100 16 156 0.36 0.90 0 0.39 276 0.81 0.34
Hex 64 10 9C 24 5A 0 27 114 51 22
Octal 144 20 234 44 132 0 47 424 121 42
Binary 1100100 10000 10011100 100100 1011010 0 100111 100010100 1010001 100010

Color Harmonies of #64109C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64109C

Black with #64109C

Text Example


Text Example

White with #64109C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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