#442172

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

Shades of Blue Diamond #442172

Tints of Blue Diamond #442172

Color information

#442172 (or 0x442172) is unknown color: approx Blue Diamond. HEX triplet: 44, 21 and 72. RGB value is (68,33,114). Sum of RGB (Red+Green+Blue) = 68+33+114=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #442172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442172 is #BBDE8D. Grayscale: #343434. Windows color (decimal): -12312206 or 7479620. OLE color: 7479620.

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

Color convert

RGB6833114-
CMYK0.400.7100.55
HSL265.93º55.1%28.82%-
HSV(B)265.93º71.05%44.71%-
XYZ5.973.5316.29-
YUV52.7162.6138.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.63%
GREEN value IS 33 (13.28% from 255) = 15.35%
BLUE value IS 114 (44.92% from 255) = 53.02%
R=31.63%
G=15.35%
B=53.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68331140.400.7100.55265.9355.128.82
Hex442172284703710a371d
Octal10441162501070674126735
Binary100010010000111100101010001000111011011110000101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442172; }

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

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

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

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

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

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

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

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