#44006B

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

Shades of Indigo #44006B

Tints of Indigo #44006B

Color information

#44006B (or 0x44006B) is unknown color: approx Indigo. HEX triplet: 44, 00 and 6B. RGB value is (68,0,107). Sum of RGB (Red+Green+Blue) = 68+0+107=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 107 (42.19% from 255 or 61.14% from 175); Max value from RGB is 107 - color contains mainly: blue. Hex color #44006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44006B is #BBFF94. Grayscale: #202020. Windows color (decimal): -12320661 or 7012420. OLE color: 7012420.

HSL color Cylindrical-coordinate representation of color #44006B: hue angle of 278.13º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #44006B is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB680107-
CMYK0.36100.58
HSL278.13º100%20.98%-
HSV(B)278.13º100%41.96%-
XYZ5.042.2914.09-
YUV32.53170.03153.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 61.14%
R=38.86%
G=0%
B=61.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6801070.36100.58278.1310020.98
Hex4406B246403A1166415
Octal10401534414407242614425
Binary10001000110101110010011001000111010100010110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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