#441871

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

Shades of Blue Diamond #441871

Tints of Blue Diamond #441871

Color information

#441871 (or 0x441871) is unknown color: approx Blue Diamond. HEX triplet: 44, 18 and 71. RGB value is (68,24,113). Sum of RGB (Red+Green+Blue) = 68+24+113=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #441871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441871 is #BBE78E. Grayscale: #2E2E2E. Windows color (decimal): -12314511 or 7411780. OLE color: 7411780.

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

Color convert

RGB6824113-
CMYK0.400.7900.56
HSL269.66º64.96%26.86%-
HSV(B)269.66º78.76%44.31%-
XYZ5.693.0715.92-
YUV47.3165.08142.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.17%
GREEN value IS 24 (9.77% from 255) = 11.71%
BLUE value IS 113 (44.53% from 255) = 55.12%
R=33.17%
G=11.71%
B=55.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68241130.400.7900.56269.6664.9626.86
Hex441871284F03810e411b
Octal104301615011707041610133
Binary100010011000111000110100010011110111000100001110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441871; }

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

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

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

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

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

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

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

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