#440E98

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

Shades of Indigo #440E98

Tints of Indigo #440E98

Color information

#440E98 (or 0x440E98) is unknown color: approx Indigo. HEX triplet: 44, 0E and 98. RGB value is (68,14,152). Sum of RGB (Red+Green+Blue) = 68+14+152=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 152 (59.77% from 255 or 64.96% from 234); Max value from RGB is 152 - color contains mainly: blue. Hex color #440E98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440E98 is #BBF167. Grayscale: #2D2D2D. Windows color (decimal): -12317032 or 9965124. OLE color: 9965124.

HSL color Cylindrical-coordinate representation of color #440E98: hue angle of 263.48º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440E98 is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6814152-
CMYK0.550.9100.40
HSL263.48º83.13%32.55%-
HSV(B)263.48º90.79%59.61%-
XYZ8.213.8130.01-
YUV45.88187.89143.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.06%
GREEN value IS 14 (5.86% from 255) = 5.98%
BLUE value IS 152 (59.77% from 255) = 64.96%
R=29.06%
G=5.98%
B=64.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68141520.550.9100.40263.4883.1332.55
Hex44E98375B0281075321
Octal104162306713305040712341
Binary1000100111010011000110111101101101010001000001111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,14,152); }

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

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

 a { background-color: rgb(68,14,152); }

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

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

 span { border-color: rgb(68,14,152); }

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