#440693

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

Shades of Indigo #440693

Tints of Indigo #440693

Color information

#440693 (or 0x440693) is unknown color: approx Indigo. HEX triplet: 44, 06 and 93. RGB value is (68,6,147). Sum of RGB (Red+Green+Blue) = 68+6+147=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 147 (57.81% from 255 or 66.52% from 221); Max value from RGB is 147 - color contains mainly: blue. Hex color #440693 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440693 is #BBF96C. Grayscale: #282828. Windows color (decimal): -12319085 or 9635396. OLE color: 9635396.

HSL color Cylindrical-coordinate representation of color #440693: hue angle of 266.38º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440693 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB686147-
CMYK0.540.9600.42
HSL266.38º92.16%30%-
HSV(B)266.38º95.92%57.65%-
XYZ7.723.4727.87-
YUV40.61188.04147.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.77%
GREEN value IS 6 (2.73% from 255) = 2.71%
BLUE value IS 147 (57.81% from 255) = 66.52%
R=30.77%
G=2.71%
B=66.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6861470.540.9600.42266.3892.1630
Hex44693366002A10a5c1e
Octal10462236614005241213436
Binary10001001101001001111011011000000101010100001010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440693; }

 p { color: rgb(68,6,147); }

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

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

 a { background-color: rgb(68,6,147); }

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

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

 span { border-color: rgb(68,6,147); }

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