#423569

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

Shades of Minsk #423569

Tints of Minsk #423569

Color information

#423569 (or 0x423569) is unknown color: approx Minsk. HEX triplet: 42, 35 and 69. RGB value is (66,53,105). Sum of RGB (Red+Green+Blue) = 66+53+105=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #423569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423569 is #BDCA96. Grayscale: #3E3E3E. Windows color (decimal): -12438167 or 6894914. OLE color: 6894914.

HSL color Cylindrical-coordinate representation of color #423569: hue angle of 255º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #423569 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6653105-
CMYK0.370.5000.59
HSL255º32.91%30.98%-
HSV(B)255º49.52%41.18%-
XYZ6.074.7213.96-
YUV62.82151.81130.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 53 (21.09% from 255) = 23.66%
BLUE value IS 105 (41.41% from 255) = 46.88%
R=29.46%
G=23.66%
B=46.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66531050.370.5000.5925532.9130.98
Hex423569253203Bff211f
Octal1026515145620733774137
Binary1000010110101110100110010111001001110111111111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423569; }

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

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

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

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

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

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

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

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