Html Css Color HEX #64147F Indigo

📋 copy color: '#64147F'

red 100 ◦ green 20 ◦ blue 127

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

Shades of Indigo #64147F

Tints of Indigo #64147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.1%

 BLUE value IS 127 (50% from 255) = 51.42%

R = 40.49%
G = 8.1%
B = 51.42%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#64147F (or 0x64147F) is known color: Indigo. HEX triplet: 64, 14 and 7F. RGB value is (100,20,127). Sum of RGB (Red+Green+Blue) = 100+20+127=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #64147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64147F is #9BEB80. Grayscale: #373737. Windows color (decimal): -10218369 or 8328292. OLE color: 8328292.

HSL color Cylindrical-coordinate representation of color #64147F: hue angle of 284.86º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64147F is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 20 127 -
CMYK 0.21 0.84 0 0.50
HSL 284.86º 0.73% 0.29% -
HSV(B) 284.86º 0.84% 0.5% -
XYZ 9.34 4.74 20.5 -
YUV 56.12 168 159.3 -
System Red Green Blue C M Y K H S L
Decimal 100 20 127 0.21 0.84 0 0.50 284.86 0.73 0.29
Hex 64 14 7F 15 54 0 32 11D 49 1D
Octal 144 24 177 25 124 0 62 435 111 35
Binary 1100100 10100 1111111 10101 1010100 0 110010 100011101 1001001 11101

Color Harmonies of #64147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64147F

Black with #64147F

Text Example


Text Example

White with #64147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64147F; }

 p { color: rgb(100,20,127); }

 H1.HeaderClassName
 {
   color: #64147F;
 }
 .AnyTagClassName
 {
   color: #64147F;
 }
</style>

background-color css

<style>
 a { background-color: #64147F; }

 a { background-color: rgb(100,20,127); }

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

border-color css

<style>
 span { border-color: #64147F; }

 span { border-color: rgb(100,20,127); }

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