#441970

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

Shades of Blue Diamond #441970

Tints of Blue Diamond #441970

Color information

#441970 (or 0x441970) is unknown color: approx Blue Diamond. HEX triplet: 44, 19 and 70. RGB value is (68,25,112). Sum of RGB (Red+Green+Blue) = 68+25+112=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #441970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441970 is #BBE68F. Grayscale: #2F2F2F. Windows color (decimal): -12314256 or 7346500. OLE color: 7346500.

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

Color convert

RGB6825112-
CMYK0.390.7800.56
HSL269.66º63.5%26.86%-
HSV(B)269.66º77.68%43.92%-
XYZ5.663.0915.63-
YUV47.78164.25142.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.17%
GREEN value IS 25 (10.16% from 255) = 12.20%
BLUE value IS 112 (44.14% from 255) = 54.63%
R=33.17%
G=12.20%
B=54.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68251120.390.7800.56269.6663.526.86
Hex441970274E03810e401b
Octal104311604711607041610033
Binary100010011001111000010011110011100111000100001110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441970; }

 p { color: rgb(68,25,112); }

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

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

 a { background-color: rgb(68,25,112); }

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

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

 span { border-color: rgb(68,25,112); }

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