#451571

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

Shades of Blue Diamond #451571

Tints of Blue Diamond #451571

Color information

#451571 (or 0x451571) is unknown color: approx Blue Diamond. HEX triplet: 45, 15 and 71. RGB value is (69,21,113). Sum of RGB (Red+Green+Blue) = 69+21+113=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #451571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451571 is #BAEA8E. Grayscale: #2D2D2D. Windows color (decimal): -12249743 or 7411013. OLE color: 7411013.

HSL color Cylindrical-coordinate representation of color #451571: hue angle of 271.3º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #451571 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6921113-
CMYK0.390.8100.56
HSL271.3º68.66%26.27%-
HSV(B)271.3º81.42%44.31%-
XYZ5.72.9915.9-
YUV45.84165.9144.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.99%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 113 (44.53% from 255) = 55.67%
R=33.99%
G=10.34%
B=55.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69211130.390.8100.56271.368.6626.27
Hex451571275103810f451a
Octal105251614712107041710532
Binary100010110101111000110011110100010111000100001111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451571; }

 p { color: rgb(69,21,113); }

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

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

 a { background-color: rgb(69,21,113); }

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

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

 span { border-color: rgb(69,21,113); }

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