#441E6A

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

Shades of Blue Diamond #441E6A

Tints of Blue Diamond #441E6A

Color information

#441E6A (or 0x441E6A) is unknown color: approx Blue Diamond. HEX triplet: 44, 1E and 6A. RGB value is (68,30,106). Sum of RGB (Red+Green+Blue) = 68+30+106=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 106 (41.80% from 255 or 51.96% from 204); Max value from RGB is 106 - color contains mainly: blue. Hex color #441E6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441E6A is #BBE195. Grayscale: #313131. Windows color (decimal): -12312982 or 6954564. OLE color: 6954564.

HSL color Cylindrical-coordinate representation of color #441E6A: hue angle of 270º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #441E6A is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6830106-
CMYK0.360.7200.58
HSL270º55.88%26.67%-
HSV(B)270º71.7%41.57%-
XYZ5.453.213.97-
YUV50.03159.59140.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.33%
GREEN value IS 30 (12.11% from 255) = 14.71%
BLUE value IS 106 (41.80% from 255) = 51.96%
R=33.33%
G=14.71%
B=51.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68301060.360.7200.5827055.8826.67
Hex441E6A244803A10e381b
Octal10436152441100724167033
Binary10001001111011010101001001001000011101010000111011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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