#441B6C

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

Shades of Blue Diamond #441B6C

Tints of Blue Diamond #441B6C

Color information

#441B6C (or 0x441B6C) is unknown color: approx Blue Diamond. HEX triplet: 44, 1B and 6C. RGB value is (68,27,108). Sum of RGB (Red+Green+Blue) = 68+27+108=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #441B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441B6C is #BBE493. Grayscale: #303030. Windows color (decimal): -12313748 or 7084868. OLE color: 7084868.

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

Color convert

RGB6827108-
CMYK0.370.7500.58
HSL270.37º60%26.47%-
HSV(B)270.37º75%42.35%-
XYZ5.483.114.5-
YUV48.49161.58141.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.50%
GREEN value IS 27 (10.94% from 255) = 13.30%
BLUE value IS 108 (42.58% from 255) = 53.20%
R=33.50%
G=13.30%
B=53.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68271080.370.7500.58270.376026.47
Hex441B6C254B03A10e3c1a
Octal10433154451130724167432
Binary10001001101111011001001011001011011101010000111011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,27,108); }

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

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

 a { background-color: rgb(68,27,108); }

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

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

 span { border-color: rgb(68,27,108); }

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