#440462

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

Shades of Indigo #440462

Tints of Indigo #440462

Color information

#440462 (or 0x440462) is unknown color: approx Indigo. HEX triplet: 44, 04 and 62. RGB value is (68,4,98). Sum of RGB (Red+Green+Blue) = 68+4+98=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #440462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440462 is #BBFB9D. Grayscale: #212121. Windows color (decimal): -12319646 or 6423620. OLE color: 6423620.

HSL color Cylindrical-coordinate representation of color #440462: hue angle of 280.85º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440462 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB68498-
CMYK0.310.9600.62
HSL280.85º92.16%20%-
HSV(B)280.85º95.92%38.43%-
XYZ4.632.211.74-
YUV33.85164.2152.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40%
GREEN value IS 4 (1.95% from 255) = 2.35%
BLUE value IS 98 (38.67% from 255) = 57.65%
R=40%
G=2.35%
B=57.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal684980.310.9600.62280.8592.1620
Hex444621F6003E1195c14
Octal10441423714007643113424
Binary100010010011000101111111000000111110100011001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440462; }

 p { color: rgb(68,4,98); }

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

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

 a { background-color: rgb(68,4,98); }

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

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

 span { border-color: rgb(68,4,98); }

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