Html Css Color HEX #64159A Indigo

📋 copy color: '#64159A'

red 100 ◦ green 21 ◦ blue 154

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

Shades of Indigo #64159A

Tints of Indigo #64159A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.64%

 BLUE value IS 154 (60.55% from 255) = 56%

R = 36.36%
G = 7.64%
B = 56%

CMYK

 C value IS 0.35

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#64159A (or 0x64159A) is known color: Indigo. HEX triplet: 64, 15 and 9A. RGB value is (100,21,154). Sum of RGB (Red+Green+Blue) = 100+21+154=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 154 (60.55% from 255 or 56% from 275); Max value from RGB is 154 - color contains mainly: blue. Hex color #64159A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64159A is #9BEA65. Grayscale: #3B3B3B. Windows color (decimal): -10218086 or 10098020. OLE color: 10098020.

HSL color Cylindrical-coordinate representation of color #64159A: hue angle of 275.64º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #64159A is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 21 154 -
CMYK 0.35 0.86 0 0.40
HSL 275.64º 0.76% 0.34% -
HSV(B) 275.64º 0.86% 0.6% -
XYZ 11.36 5.58 31.05 -
YUV 59.78 181.17 156.69 -
System Red Green Blue C M Y K H S L
Decimal 100 21 154 0.35 0.86 0 0.40 275.64 0.76 0.34
Hex 64 15 9A 23 56 0 28 114 4C 22
Octal 144 25 232 43 126 0 50 424 114 42
Binary 1100100 10101 10011010 100011 1010110 0 101000 100010100 1001100 100010

Color Harmonies of #64159A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64159A

Black with #64159A

Text Example


Text Example

White with #64159A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,21,154); }

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

background-color css

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

 a { background-color: rgb(100,21,154); }

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

border-color css

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

 span { border-color: rgb(100,21,154); }

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