#442271

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

Shades of Blue Diamond #442271

Tints of Blue Diamond #442271

Color information

#442271 (or 0x442271) is unknown color: approx Blue Diamond. HEX triplet: 44, 22 and 71. RGB value is (68,34,113). Sum of RGB (Red+Green+Blue) = 68+34+113=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #442271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442271 is #BBDD8E. Grayscale: #343434. Windows color (decimal): -12311951 or 7414340. OLE color: 7414340.

HSL color Cylindrical-coordinate representation of color #442271: hue angle of 265.82º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #442271 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6834113-
CMYK0.400.7000.56
HSL265.82º53.74%28.82%-
HSV(B)265.82º69.91%44.31%-
XYZ5.943.5716-
YUV53.17161.76138.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.63%
GREEN value IS 34 (13.67% from 255) = 15.81%
BLUE value IS 113 (44.53% from 255) = 52.56%
R=31.63%
G=15.81%
B=52.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68341130.400.7000.56265.8253.7428.82
Hex442271284603810a361d
Octal10442161501060704126635
Binary100010010001011100011010001000110011100010000101011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442271; }

 p { color: rgb(68,34,113); }

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

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

 a { background-color: rgb(68,34,113); }

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

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

 span { border-color: rgb(68,34,113); }

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