#441572

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

Shades of Blue Diamond #441572

Tints of Blue Diamond #441572

Color information

#441572 (or 0x441572) is unknown color: approx Blue Diamond. HEX triplet: 44, 15 and 72. RGB value is (68,21,114). Sum of RGB (Red+Green+Blue) = 68+21+114=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #441572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441572 is #BBEA8D. Grayscale: #2D2D2D. Windows color (decimal): -12315278 or 7476548. OLE color: 7476548.

HSL color Cylindrical-coordinate representation of color #441572: hue angle of 270.32º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #441572 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6821114-
CMYK0.400.8200.55
HSL270.32º68.89%26.47%-
HSV(B)270.32º81.58%44.71%-
XYZ5.692.9816.19-
YUV45.66166.57143.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.50%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 114 (44.92% from 255) = 56.16%
R=33.50%
G=10.34%
B=56.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68211140.400.8200.55270.3268.8926.47
Hex441572285203710e451a
Octal104251625012206741610532
Binary100010010101111001010100010100100110111100001110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441572; }

 p { color: rgb(68,21,114); }

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

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

 a { background-color: rgb(68,21,114); }

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

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

 span { border-color: rgb(68,21,114); }

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