Html Css Color HEX #440060 Indigo

📋 copy color: '#440060'

red 68 ◦ green 0 ◦ blue 96

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

Shades of Indigo #440060

Tints of Indigo #440060

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 96 (37.89% from 255) = 58.54%

R = 41.46%
G = 0%
B = 58.54%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#440060 (or 0x440060) is known color: Indigo. HEX triplet: 44, 00 and 60. RGB value is (68,0,96). Sum of RGB (Red+Green+Blue) = 68+0+96=164 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.46% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #440060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440060 is #BBFF9F. Grayscale: #1E1E1E. Windows color (decimal): -12320672 or 6291524. OLE color: 6291524.

HSL color Cylindrical-coordinate representation of color #440060: hue angle of 282.5º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440060 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 0 96 -
CMYK 0.29 1 0 0.62
HSL 282.5º 1% 0.19% -
HSV(B) 282.5º 1% 0.38% -
XYZ 4.5 2.07 11.23 -
YUV 31.28 164.53 154.19 -
System Red Green Blue C M Y K H S L
Decimal 68 0 96 0.29 1 0 0.62 282.5 1 0.19
Hex 44 0 60 1D 64 0 3E 11A 64 13
Octal 104 0 140 35 144 0 76 432 144 23
Binary 1000100 0 1100000 11101 1100100 0 111110 100011010 1100100 10011

Color Harmonies of #440060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440060

Black with #440060

Text Example


Text Example

White with #440060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440060; }

 p { color: rgb(68,0,96); }

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

background-color css

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

 a { background-color: rgb(68,0,96); }

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

border-color css

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

 span { border-color: rgb(68,0,96); }

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