Html Css Color HEX #64139D Indigo

📋 copy color: '#64139D'

red 100 ◦ green 19 ◦ blue 157

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

Shades of Indigo #64139D

Tints of Indigo #64139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.88%

 BLUE value IS 157 (61.72% from 255) = 56.88%

R = 36.23%
G = 6.88%
B = 56.88%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64139D (or 0x64139D) is known color: Indigo. HEX triplet: 64, 13 and 9D. RGB value is (100,19,157). Sum of RGB (Red+Green+Blue) = 100+19+157=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #64139D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64139D is #9BEC62. Grayscale: #3A3A3A. Windows color (decimal): -10218595 or 10294116. OLE color: 10294116.

HSL color Cylindrical-coordinate representation of color #64139D: hue angle of 275.22º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64139D is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 19 157 -
CMYK 0.36 0.88 0 0.38
HSL 275.22º 0.78% 0.35% -
HSV(B) 275.22º 0.88% 0.62% -
XYZ 11.57 5.61 32.37 -
YUV 58.95 183.34 157.28 -
System Red Green Blue C M Y K H S L
Decimal 100 19 157 0.36 0.88 0 0.38 275.22 0.78 0.35
Hex 64 13 9D 24 58 0 26 113 4E 23
Octal 144 23 235 44 130 0 46 423 116 43
Binary 1100100 10011 10011101 100100 1011000 0 100110 100010011 1001110 100011

Color Harmonies of #64139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64139D

Black with #64139D

Text Example


Text Example

White with #64139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64139D; }

 p { color: rgb(100,19,157); }

 H1.HeaderClassName
 {
   color: #64139D;
 }
 .AnyTagClassName
 {
   color: #64139D;
 }
</style>

background-color css

<style>
 a { background-color: #64139D; }

 a { background-color: rgb(100,19,157); }

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

border-color css

<style>
 span { border-color: #64139D; }

 span { border-color: rgb(100,19,157); }

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