#423871

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

Shades of Minsk #423871

Tints of Minsk #423871

Color information

#423871 (or 0x423871) is unknown color: approx Minsk. HEX triplet: 42, 38 and 71. RGB value is (66,56,113). Sum of RGB (Red+Green+Blue) = 66+56+113=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #423871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423871 is #BDC78E. Grayscale: #414141. Windows color (decimal): -12437391 or 7419970. OLE color: 7419970.

HSL color Cylindrical-coordinate representation of color #423871: hue angle of 250.53º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #423871 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6656113-
CMYK0.420.5000.56
HSL250.53º33.73%33.14%-
HSV(B)250.53º50.44%44.31%-
XYZ6.645.1816.27-
YUV65.49154.81128.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.09%
GREEN value IS 56 (22.27% from 255) = 23.83%
BLUE value IS 113 (44.53% from 255) = 48.09%
R=28.09%
G=23.83%
B=48.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66561130.420.5000.56250.5333.7333.14
Hex4238712A32038fb2221
Octal1027016152620703734241
Binary10000101110001110001101010110010011100011111011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423871; }

 p { color: rgb(66,56,113); }

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

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

 a { background-color: rgb(66,56,113); }

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

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

 span { border-color: rgb(66,56,113); }

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