#440CAC

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

Shades of Indigo #440CAC

Tints of Indigo #440CAC

Color information

#440CAC (or 0x440CAC) is unknown color: approx Indigo. HEX triplet: 44, 0C and AC. RGB value is (68,12,172). Sum of RGB (Red+Green+Blue) = 68+12+172=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #440CAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440CAC is #BBF353. Grayscale: #2E2E2E. Windows color (decimal): -12317524 or 11275332. OLE color: 11275332.

HSL color Cylindrical-coordinate representation of color #440CAC: hue angle of 261º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440CAC is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6812172-
CMYK0.600.9300.33
HSL261º86.96%36.08%-
HSV(B)261º93.02%67.45%-
XYZ9.964.4739.37-
YUV46.98198.55142.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.98%
GREEN value IS 12 (5.08% from 255) = 4.76%
BLUE value IS 172 (67.58% from 255) = 68.25%
R=26.98%
G=4.76%
B=68.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68121720.600.9300.3326186.9636.08
Hex44CAC3C5D0211055724
Octal104142547413504140512744
Binary1000100110010101100111100101110101000011000001011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440CAC; }

 p { color: rgb(68,12,172); }

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

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

 a { background-color: rgb(68,12,172); }

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

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

 span { border-color: rgb(68,12,172); }

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