#440270

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

Shades of Indigo #440270

Tints of Indigo #440270

Color information

#440270 (or 0x440270) is unknown color: approx Indigo. HEX triplet: 44, 02 and 70. RGB value is (68,2,112). Sum of RGB (Red+Green+Blue) = 68+2+112=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #440270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440270 is #BBFD8F. Grayscale: #212121. Windows color (decimal): -12320144 or 7340612. OLE color: 7340612.

HSL color Cylindrical-coordinate representation of color #440270: hue angle of 276º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #440270 is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB682112-
CMYK0.390.9800.56
HSL276º96.49%22.35%-
HSV(B)276º98.21%43.92%-
XYZ5.332.4415.52-
YUV34.27171.87152.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.36%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 112 (44.14% from 255) = 61.54%
R=37.36%
G=1.10%
B=61.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6821120.390.9800.5627696.4922.35
Hex4427027620381146016
Octal10421604714207042414026
Binary100010010111000010011111000100111000100010100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440270; }

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

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

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

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

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

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

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

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