#441671

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

Shades of Blue Diamond #441671

Tints of Blue Diamond #441671

Color information

#441671 (or 0x441671) is unknown color: approx Blue Diamond. HEX triplet: 44, 16 and 71. RGB value is (68,22,113). Sum of RGB (Red+Green+Blue) = 68+22+113=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #441671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441671 is #BBE98E. Grayscale: #2D2D2D. Windows color (decimal): -12315023 or 7411268. OLE color: 7411268.

HSL color Cylindrical-coordinate representation of color #441671: hue angle of 270.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #441671 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6822113-
CMYK0.400.8100.56
HSL270.33º67.41%26.47%-
HSV(B)270.33º80.53%44.31%-
XYZ5.65315.9-
YUV46.13165.74143.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.50%
GREEN value IS 22 (8.98% from 255) = 10.84%
BLUE value IS 113 (44.53% from 255) = 55.67%
R=33.50%
G=10.84%
B=55.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68221130.400.8100.56270.3367.4126.47
Hex441671285103810e431a
Octal104261615012107041610332
Binary100010010110111000110100010100010111000100001110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441671; }

 p { color: rgb(68,22,113); }

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

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

 a { background-color: rgb(68,22,113); }

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

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

 span { border-color: rgb(68,22,113); }

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