#440FAB

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

Shades of Indigo #440FAB

Tints of Indigo #440FAB

Color information

#440FAB (or 0x440FAB) is unknown color: approx Indigo. HEX triplet: 44, 0F and AB. RGB value is (68,15,171). Sum of RGB (Red+Green+Blue) = 68+15+171=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #440FAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440FAB is #BBF054. Grayscale: #303030. Windows color (decimal): -12316757 or 11210564. OLE color: 11210564.

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

Color convert

RGB6815171-
CMYK0.600.9100.33
HSL260.38º83.87%36.47%-
HSV(B)260.38º91.23%67.06%-
XYZ9.914.5138.88-
YUV48.63197.06141.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.77%
GREEN value IS 15 (6.25% from 255) = 5.91%
BLUE value IS 171 (67.19% from 255) = 67.32%
R=26.77%
G=5.91%
B=67.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68151710.600.9100.33260.3883.8736.47
Hex44FAB3C5B0211045424
Octal104172537413304140412444
Binary1000100111110101011111100101101101000011000001001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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