#441F71

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

Shades of Blue Diamond #441F71

Tints of Blue Diamond #441F71

Color information

#441F71 (or 0x441F71) is unknown color: approx Blue Diamond. HEX triplet: 44, 1F and 71. RGB value is (68,31,113). Sum of RGB (Red+Green+Blue) = 68+31+113=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #441F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441F71 is #BBE08E. Grayscale: #333333. Windows color (decimal): -12312719 or 7413572. OLE color: 7413572.

HSL color Cylindrical-coordinate representation of color #441F71: hue angle of 267.07º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #441F71 is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6831113-
CMYK0.400.7300.56
HSL267.07º56.94%28.24%-
HSV(B)267.07º72.57%44.31%-
XYZ5.853.415.97-
YUV51.41162.76139.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.08%
GREEN value IS 31 (12.5% from 255) = 14.62%
BLUE value IS 113 (44.53% from 255) = 53.30%
R=32.08%
G=14.62%
B=53.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68311130.400.7300.56267.0756.9428.24
Hex441F71284903810b391c
Octal10437161501110704137134
Binary10001001111111100011010001001001011100010000101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441F71; }

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

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

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

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

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

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

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

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