#423571

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

Shades of Minsk #423571

Tints of Minsk #423571

Color information

#423571 (or 0x423571) is unknown color: approx Minsk. HEX triplet: 42, 35 and 71. RGB value is (66,53,113). Sum of RGB (Red+Green+Blue) = 66+53+113=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #423571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423571 is #BDCA8E. Grayscale: #3F3F3F. Windows color (decimal): -12438159 or 7419202. OLE color: 7419202.

HSL color Cylindrical-coordinate representation of color #423571: hue angle of 253º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #423571 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6653113-
CMYK0.420.5300.56
HSL253º36.14%32.55%-
HSV(B)253º53.1%44.31%-
XYZ6.54.916.23-
YUV63.73155.81129.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.45%
GREEN value IS 53 (21.09% from 255) = 22.84%
BLUE value IS 113 (44.53% from 255) = 48.71%
R=28.45%
G=22.84%
B=48.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66531130.420.5300.5625336.1432.55
Hex4235712A35038fd2421
Octal1026516152650703754441
Binary10000101101011110001101010110101011100011111101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423571; }

 p { color: rgb(66,53,113); }

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

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

 a { background-color: rgb(66,53,113); }

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

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

 span { border-color: rgb(66,53,113); }

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