#440292

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

Shades of Indigo #440292

Tints of Indigo #440292

Color information

#440292 (or 0x440292) is unknown color: approx Indigo. HEX triplet: 44, 02 and 92. RGB value is (68,2,146). Sum of RGB (Red+Green+Blue) = 68+2+146=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 146 (57.42% from 255 or 67.59% from 216); Max value from RGB is 146 - color contains mainly: blue. Hex color #440292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440292 is #BBFD6D. Grayscale: #252525. Windows color (decimal): -12320110 or 9568836. OLE color: 9568836.

HSL color Cylindrical-coordinate representation of color #440292: hue angle of 267.5º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440292 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB682146-
CMYK0.530.9900.43
HSL267.5º97.3%29.02%-
HSV(B)267.5º98.63%57.25%-
XYZ7.593.3527.44-
YUV38.15188.87149.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.48%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 146 (57.42% from 255) = 67.59%
R=31.48%
G=0.93%
B=67.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6821460.530.9900.43267.597.329.02
Hex44292356302B10c611d
Octal10422226514305341414135
Binary1000100101001001011010111000110101011100001100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440292; }

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

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

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

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

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

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

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

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