#423969

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

Shades of Minsk #423969

Tints of Minsk #423969

Color information

#423969 (or 0x423969) is unknown color: approx Minsk. HEX triplet: 42, 39 and 69. RGB value is (66,57,105). Sum of RGB (Red+Green+Blue) = 66+57+105=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 105 - color contains mainly: blue. Hex color #423969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423969 is #BDC696. Grayscale: #404040. Windows color (decimal): -12437143 or 6895938. OLE color: 6895938.

HSL color Cylindrical-coordinate representation of color #423969: hue angle of 251.25º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #423969 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6657105-
CMYK0.370.4600.59
HSL251.25º29.63%31.76%-
HSV(B)251.25º45.71%41.18%-
XYZ6.265.114.02-
YUV65.16150.48128.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.95%
GREEN value IS 57 (22.66% from 255) = 25%
BLUE value IS 105 (41.41% from 255) = 46.05%
R=28.95%
G=25%
B=46.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66571050.370.4600.59251.2529.6331.76
Hex423969252E03Bfb1e20
Octal1027115145560733733640
Binary1000010111001110100110010110111001110111111101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423969; }

 p { color: rgb(66,57,105); }

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

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

 a { background-color: rgb(66,57,105); }

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

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

 span { border-color: rgb(66,57,105); }

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