#440A92

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

Shades of Indigo #440A92

Tints of Indigo #440A92

Color information

#440A92 (or 0x440A92) is unknown color: approx Indigo. HEX triplet: 44, 0A and 92. RGB value is (68,10,146). Sum of RGB (Red+Green+Blue) = 68+10+146=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 146 (57.42% from 255 or 65.18% from 224); Max value from RGB is 146 - color contains mainly: blue. Hex color #440A92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440A92 is #BBF56D. Grayscale: #2A2A2A. Windows color (decimal): -12318062 or 9570884. OLE color: 9570884.

HSL color Cylindrical-coordinate representation of color #440A92: hue angle of 265.59º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440A92 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6810146-
CMYK0.530.9300.43
HSL265.59º87.18%30.59%-
HSV(B)265.59º93.15%57.25%-
XYZ7.683.5227.47-
YUV42.85186.22145.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.36%
GREEN value IS 10 (4.30% from 255) = 4.46%
BLUE value IS 146 (57.42% from 255) = 65.18%
R=30.36%
G=4.46%
B=65.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68101460.530.9300.43265.5987.1830.59
Hex44A92355D02B10a571f
Octal104122226513505341212737
Binary100010010101001001011010110111010101011100001010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,10,146); }

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

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

 a { background-color: rgb(68,10,146); }

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

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

 span { border-color: rgb(68,10,146); }

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