#423272

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

Shades of Minsk #423272

Tints of Minsk #423272

Color information

#423272 (or 0x423272) is unknown color: approx Minsk. HEX triplet: 42, 32 and 72. RGB value is (66,50,114). Sum of RGB (Red+Green+Blue) = 66+50+114=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #423272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423272 is #BDCD8D. Grayscale: #3D3D3D. Windows color (decimal): -12438926 or 7483970. OLE color: 7483970.

HSL color Cylindrical-coordinate representation of color #423272: hue angle of 255º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #423272 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6650114-
CMYK0.420.5600.55
HSL255º39.02%32.16%-
HSV(B)255º56.14%44.71%-
XYZ6.424.6516.48-
YUV62.08157.3130.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.70%
GREEN value IS 50 (19.92% from 255) = 21.74%
BLUE value IS 114 (44.92% from 255) = 49.57%
R=28.70%
G=21.74%
B=49.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66501140.420.5600.5525539.0232.16
Hex4232722A38037ff2720
Octal1026216252700673774740
Binary10000101100101110010101010111000011011111111111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423272; }

 p { color: rgb(66,50,114); }

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

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

 a { background-color: rgb(66,50,114); }

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

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

 span { border-color: rgb(66,50,114); }

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