#423575

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

Shades of Minsk #423575

Tints of Minsk #423575

Color information

#423575 (or 0x423575) is unknown color: approx Minsk. HEX triplet: 42, 35 and 75. RGB value is (66,53,117). Sum of RGB (Red+Green+Blue) = 66+53+117=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #423575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423575 is #BDCA8A. Grayscale: #3F3F3F. Windows color (decimal): -12438155 or 7681346. OLE color: 7681346.

HSL color Cylindrical-coordinate representation of color #423575: hue angle of 252.19º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #423575 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6653117-
CMYK0.440.5500.54
HSL252.19º37.65%33.33%-
HSV(B)252.19º54.7%45.88%-
XYZ6.734.9917.44-
YUV64.18157.81129.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.97%
GREEN value IS 53 (21.09% from 255) = 22.46%
BLUE value IS 117 (46.09% from 255) = 49.58%
R=27.97%
G=22.46%
B=49.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66531170.440.5500.54252.1937.6533.33
Hex4235752C37036fc2621
Octal1026516554670663744641
Binary10000101101011110101101100110111011011011111100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423575; }

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

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

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

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

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

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

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

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