#441C6B

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

Shades of Blue Diamond #441C6B

Tints of Blue Diamond #441C6B

Color information

#441C6B (or 0x441C6B) is unknown color: approx Blue Diamond. HEX triplet: 44, 1C and 6B. RGB value is (68,28,107). Sum of RGB (Red+Green+Blue) = 68+28+107=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #441C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441C6B is #BBE394. Grayscale: #303030. Windows color (decimal): -12313493 or 7019588. OLE color: 7019588.

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

Color convert

RGB6828107-
CMYK0.360.7400.58
HSL270.38º58.52%26.47%-
HSV(B)270.38º73.83%41.96%-
XYZ5.453.1214.22-
YUV48.97160.75141.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.50%
GREEN value IS 28 (11.33% from 255) = 13.79%
BLUE value IS 107 (42.19% from 255) = 52.71%
R=33.50%
G=13.79%
B=52.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68281070.360.7400.58270.3858.5226.47
Hex441C6B244A03A10e3b1a
Octal10434153441120724167332
Binary10001001110011010111001001001010011101010000111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,28,107); }

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

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

 a { background-color: rgb(68,28,107); }

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

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

 span { border-color: rgb(68,28,107); }

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