#433270

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

Shades of Minsk #433270

Tints of Minsk #433270

Color information

#433270 (or 0x433270) is unknown color: approx Minsk. HEX triplet: 43, 32 and 70. RGB value is (67,50,112). Sum of RGB (Red+Green+Blue) = 67+50+112=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #433270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433270 is #BCCD8F. Grayscale: #3D3D3D. Windows color (decimal): -12373392 or 7352899. OLE color: 7352899.

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

Color convert

RGB6750112-
CMYK0.400.5500.56
HSL256.45º38.27%31.76%-
HSV(B)256.45º55.36%43.92%-
XYZ6.384.6415.89-
YUV62.15156.13131.46-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.26%
GREEN value IS 50 (19.92% from 255) = 21.83%
BLUE value IS 112 (44.14% from 255) = 48.91%
R=29.26%
G=21.83%
B=48.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67501120.400.5500.56256.4538.2731.76
Hex43327028370381002620
Octal1036216050670704004640
Binary100001111001011100001010001101110111000100000000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433270; }

 p { color: rgb(67,50,112); }

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

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

 a { background-color: rgb(67,50,112); }

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

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

 span { border-color: rgb(67,50,112); }

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