Html Css Color HEX #64158D Indigo

📋 copy color: '#64158D'

red 100 ◦ green 21 ◦ blue 141

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

Shades of Indigo #64158D

Tints of Indigo #64158D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.82%

R = 38.17%
G = 8.02%
B = 53.82%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64158D (or 0x64158D) is known color: Indigo. HEX triplet: 64, 15 and 8D. RGB value is (100,21,141). Sum of RGB (Red+Green+Blue) = 100+21+141=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #64158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64158D is #9BEA72. Grayscale: #393939. Windows color (decimal): -10218099 or 9246052. OLE color: 9246052.

HSL color Cylindrical-coordinate representation of color #64158D: hue angle of 279.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64158D is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 21 141 -
CMYK 0.29 0.85 0 0.45
HSL 279.5º 0.74% 0.32% -
HSV(B) 279.5º 0.85% 0.55% -
XYZ 10.33 5.17 25.65 -
YUV 58.3 174.67 157.74 -
System Red Green Blue C M Y K H S L
Decimal 100 21 141 0.29 0.85 0 0.45 279.5 0.74 0.32
Hex 64 15 8D 1D 55 0 2D 118 4A 20
Octal 144 25 215 35 125 0 55 430 112 40
Binary 1100100 10101 10001101 11101 1010101 0 101101 100011000 1001010 100000

Color Harmonies of #64158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64158D

Black with #64158D

Text Example


Text Example

White with #64158D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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