#441875

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

Shades of Blue Diamond #441875

Tints of Blue Diamond #441875

Color information

#441875 (or 0x441875) is unknown color: approx Blue Diamond. HEX triplet: 44, 18 and 75. RGB value is (68,24,117). Sum of RGB (Red+Green+Blue) = 68+24+117=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #441875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441875 is #BBE78A. Grayscale: #2F2F2F. Windows color (decimal): -12314507 or 7673924. OLE color: 7673924.

HSL color Cylindrical-coordinate representation of color #441875: hue angle of 268.39º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #441875 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6824117-
CMYK0.420.7900.54
HSL268.39º65.96%27.65%-
HSV(B)268.39º79.49%45.88%-
XYZ5.923.1717.13-
YUV47.76167.08142.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.54%
GREEN value IS 24 (9.77% from 255) = 11.48%
BLUE value IS 117 (46.09% from 255) = 55.98%
R=32.54%
G=11.48%
B=55.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68241170.420.7900.54268.3965.9627.65
Hex4418752A4F03610c421c
Octal104301655211706641410234
Binary100010011000111010110101010011110110110100001100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441875; }

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

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

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

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

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

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

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

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