Html Css Color HEX #64109B Indigo

📋 copy color: '#64109B'

red 100 ◦ green 16 ◦ blue 155

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

Shades of Indigo #64109B

Tints of Indigo #64109B

RGB

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

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

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

R = 36.9%
G = 5.9%
B = 57.2%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64109B (or 0x64109B) is known color: Indigo. HEX triplet: 64, 10 and 9B. RGB value is (100,16,155). Sum of RGB (Red+Green+Blue) = 100+16+155=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #64109B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64109B is #9BEF64. Grayscale: #383838. Windows color (decimal): -10219365 or 10162276. OLE color: 10162276.

HSL color Cylindrical-coordinate representation of color #64109B: hue angle of 276.26º 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 #64109B is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 16 155 -
CMYK 0.35 0.90 0 0.39
HSL 276.26º 0.81% 0.34% -
HSV(B) 276.26º 0.9% 0.61% -
XYZ 11.36 5.45 31.46 -
YUV 56.96 183.33 158.7 -
System Red Green Blue C M Y K H S L
Decimal 100 16 155 0.35 0.90 0 0.39 276.26 0.81 0.34
Hex 64 10 9B 23 5A 0 27 114 51 22
Octal 144 20 233 43 132 0 47 424 121 42
Binary 1100100 10000 10011011 100011 1011010 0 100111 100010100 1010001 100010

Color Harmonies of #64109B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64109B

Black with #64109B

Text Example


Text Example

White with #64109B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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