#440267

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

Shades of Indigo #440267

Tints of Indigo #440267

Color information

#440267 (or 0x440267) is unknown color: approx Indigo. HEX triplet: 44, 02 and 67. RGB value is (68,2,103). Sum of RGB (Red+Green+Blue) = 68+2+103=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 103 (40.62% from 255 or 59.54% from 173); Max value from RGB is 103 - color contains mainly: blue. Hex color #440267 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440267 is #BBFD98. Grayscale: #202020. Windows color (decimal): -12320153 or 6750788. OLE color: 6750788.

HSL color Cylindrical-coordinate representation of color #440267: hue angle of 279.21º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #440267 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB682103-
CMYK0.340.9800.60
HSL279.21º96.19%20.59%-
HSV(B)279.21º98.06%40.39%-
XYZ4.852.2513.01-
YUV33.25167.37152.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.31%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 103 (40.62% from 255) = 59.54%
R=39.31%
G=1.16%
B=59.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6821030.340.9800.60279.2196.1920.59
Hex44267226203C1176015
Octal10421474214207442714025
Binary100010010110011110001011000100111100100010111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440267; }

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

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

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

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

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

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

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

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