#441E71

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

Shades of Blue Diamond #441E71

Tints of Blue Diamond #441E71

Color information

#441E71 (or 0x441E71) is unknown color: approx Blue Diamond. HEX triplet: 44, 1E and 71. RGB value is (68,30,113). Sum of RGB (Red+Green+Blue) = 68+30+113=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #441E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441E71 is #BBE18E. Grayscale: #323232. Windows color (decimal): -12312975 or 7413316. OLE color: 7413316.

HSL color Cylindrical-coordinate representation of color #441E71: hue angle of 267.47º degrees, saturation: 0.58, 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 #441E71 is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6830113-
CMYK0.400.7300.56
HSL267.47º58.04%28.04%-
HSV(B)267.47º73.45%44.31%-
XYZ5.833.3515.96-
YUV50.82163.09140.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.23%
GREEN value IS 30 (12.11% from 255) = 14.22%
BLUE value IS 113 (44.53% from 255) = 53.55%
R=32.23%
G=14.22%
B=53.55%

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
Decimal68301130.400.7300.56267.4758.0428.04
Hex441E71284903810b3a1c
Octal10436161501110704137234
Binary10001001111011100011010001001001011100010000101111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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