#440360

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

Shades of Indigo #440360

Tints of Indigo #440360

Color information

#440360 (or 0x440360) is unknown color: approx Indigo. HEX triplet: 44, 03 and 60. RGB value is (68,3,96). Sum of RGB (Red+Green+Blue) = 68+3+96=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #440360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440360 is #BBFC9F. Grayscale: #202020. Windows color (decimal): -12319904 or 6292292. OLE color: 6292292.

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

Color convert

RGB68396-
CMYK0.290.9700.62
HSL281.94º93.94%19.41%-
HSV(B)281.94º96.88%37.65%-
XYZ4.532.1411.24-
YUV33.04163.53152.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.72%
GREEN value IS 3 (1.56% from 255) = 1.80%
BLUE value IS 96 (37.89% from 255) = 57.49%
R=40.72%
G=1.80%
B=57.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal683960.290.9700.62281.9493.9419.41
Hex443601D6103E11a5e13
Octal10431403514107643213623
Binary10001001111000001110111000010111110100011010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440360; }

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

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

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

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

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

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

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

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