#44006F

Color #44006F Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #44006F

Tints of Indigo #44006F

Color information

#44006F (or 0x44006F) is unknown color: approx Indigo. HEX triplet: 44, 00 and 6F. RGB value is (68,0,111). Sum of RGB (Red+Green+Blue) = 68+0+111=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 111 (43.75% from 255 or 62.01% from 179); Max value from RGB is 111 - color contains mainly: blue. Hex color #44006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44006F is #BBFF90. Grayscale: #202020. Windows color (decimal): -12320657 or 7274564. OLE color: 7274564.

HSL color Cylindrical-coordinate representation of color #44006F: hue angle of 276.76º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #44006F is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB680111-
CMYK0.39100.56
HSL276.76º100%21.76%-
HSV(B)276.76º100%43.53%-
XYZ5.252.3815.22-
YUV32.99172.03152.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.99%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 111 (43.75% from 255) = 62.01%
R=37.99%
G=0%
B=62.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6801110.39100.56276.7610021.76
Hex4406F27640381156416
Octal10401574714407042514426
Binary10001000110111110011111001000111000100010101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44006F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #44006F;
 }
 .AnyTagClassName
 {
   color: #44006F;
 }
</style>
background-color css

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

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

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

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

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

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