#440F69

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

Shades of Indigo #440F69

Tints of Indigo #440F69

Color information

#440F69 (or 0x440F69) is unknown color: approx Indigo. HEX triplet: 44, 0F and 69. RGB value is (68,15,105). Sum of RGB (Red+Green+Blue) = 68+15+105=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 105 (41.41% from 255 or 55.85% from 188); Max value from RGB is 105 - color contains mainly: blue. Hex color #440F69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440F69 is #BBF096. Grayscale: #282828. Windows color (decimal): -12316823 or 6885188. OLE color: 6885188.

HSL color Cylindrical-coordinate representation of color #440F69: hue angle of 275.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #440F69 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6815105-
CMYK0.350.8600.59
HSL275.33º75%23.53%-
HSV(B)275.33º85.71%41.18%-
XYZ5.12.5913.6-
YUV41.11164.06147.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.17%
GREEN value IS 15 (6.25% from 255) = 7.98%
BLUE value IS 105 (41.41% from 255) = 55.85%
R=36.17%
G=7.98%
B=55.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68151050.350.8600.59275.337523.53
Hex44F69235603B1134b18
Octal104171514312607342311330
Binary10001001111110100110001110101100111011100010011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,15,105); }

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

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

 a { background-color: rgb(68,15,105); }

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

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

 span { border-color: rgb(68,15,105); }

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