#423170

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

Shades of Minsk #423170

Tints of Minsk #423170

Color information

#423170 (or 0x423170) is unknown color: approx Minsk. HEX triplet: 42, 31 and 70. RGB value is (66,49,112). Sum of RGB (Red+Green+Blue) = 66+49+112=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #423170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423170 is #BDCE8F. Grayscale: #3D3D3D. Windows color (decimal): -12439184 or 7352642. OLE color: 7352642.

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

Color convert

RGB6649112-
CMYK0.410.5600.56
HSL256.19º39.13%31.57%-
HSV(B)256.19º56.25%43.92%-
XYZ6.274.5215.87-
YUV61.26156.63131.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 49 (19.53% from 255) = 21.59%
BLUE value IS 112 (44.14% from 255) = 49.34%
R=29.07%
G=21.59%
B=49.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66491120.410.5600.56256.1939.1331.57
Hex42317029380381002720
Octal1026116051700704004740
Binary100001011000111100001010011110000111000100000000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423170; }

 p { color: rgb(66,49,112); }

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

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

 a { background-color: rgb(66,49,112); }

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

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

 span { border-color: rgb(66,49,112); }

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