#423270

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

Shades of Minsk #423270

Tints of Minsk #423270

Color information

#423270 (or 0x423270) is unknown color: approx Minsk. HEX triplet: 42, 32 and 70. RGB value is (66,50,112). Sum of RGB (Red+Green+Blue) = 66+50+112=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #423270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423270 is #BDCD8F. Grayscale: #3D3D3D. Windows color (decimal): -12438928 or 7352898. OLE color: 7352898.

HSL color Cylindrical-coordinate representation of color #423270: hue angle of 255.48º 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 #423270 is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6650112-
CMYK0.410.5500.56
HSL255.48º38.27%31.76%-
HSV(B)255.48º55.36%43.92%-
XYZ6.314.6115.89-
YUV61.85156.3130.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.95%
GREEN value IS 50 (19.92% from 255) = 21.93%
BLUE value IS 112 (44.14% from 255) = 49.12%
R=28.95%
G=21.93%
B=49.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66501120.410.5500.56255.4838.2731.76
Hex4232702937038ff2620
Octal1026216051670703774640
Binary10000101100101110000101001110111011100011111111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423270; }

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

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

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

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

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

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

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

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