Html Css Color HEX #440164 Indigo

📋 copy color: '#440164'

red 68 ◦ green 1 ◦ blue 100

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

Shades of Indigo #440164

Tints of Indigo #440164

RGB

 RED value IS 68 (26.95% from 255) = 40.24%

 GREEN value IS 1 (0.78% from 255) = 0.59%

 BLUE value IS 100 (39.45% from 255) = 59.17%

R = 40.24%
G = 0.59%
B = 59.17%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#440164 (or 0x440164) is known color: Indigo. HEX triplet: 44, 01 and 64. RGB value is (68,1,100). Sum of RGB (Red+Green+Blue) = 68+1+100=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 100 (39.45% from 255 or 59.17% from 169); Max value from RGB is 100 - color contains mainly: blue. Hex color #440164 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440164 is #BBFE9B. Grayscale: #1F1F1F. Windows color (decimal): -12320412 or 6553924. OLE color: 6553924.

HSL color Cylindrical-coordinate representation of color #440164: hue angle of 280.61º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440164 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 1 100 -
CMYK 0.32 0.99 0 0.61
HSL 280.61º 0.98% 0.2% -
HSV(B) 280.61º 0.99% 0.39% -
XYZ 4.7 2.17 12.23 -
YUV 32.32 166.2 153.45 -
System Red Green Blue C M Y K H S L
Decimal 68 1 100 0.32 0.99 0 0.61 280.61 0.98 0.2
Hex 44 1 64 20 63 0 3D 119 62 14
Octal 104 1 144 40 143 0 75 431 142 24
Binary 1000100 1 1100100 100000 1100011 0 111101 100011001 1100010 10100

Color Harmonies of #440164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440164

Black with #440164

Text Example


Text Example

White with #440164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440164; }

 p { color: rgb(68,1,100); }

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

background-color css

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

 a { background-color: rgb(68,1,100); }

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

border-color css

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

 span { border-color: rgb(68,1,100); }

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