#382975

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

Shades of Minsk #382975

Tints of Minsk #382975

Color information

#382975 (or 0x382975) is unknown color: approx Minsk. HEX triplet: 38, 29 and 75. RGB value is (56,41,117). Sum of RGB (Red+Green+Blue) = 56+41+117=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #382975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382975 is #C7D68A. Grayscale: #353535. Windows color (decimal): -13096587 or 7678264. OLE color: 7678264.

HSL color Cylindrical-coordinate representation of color #382975: hue angle of 251.84º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #382975 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5641117-
CMYK0.520.6500.54
HSL251.84º48.1%30.98%-
HSV(B)251.84º64.96%45.88%-
XYZ5.633.7117.25-
YUV54.15163.47129.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.17%
GREEN value IS 41 (16.41% from 255) = 19.16%
BLUE value IS 117 (46.09% from 255) = 54.67%
R=26.17%
G=19.16%
B=54.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56411170.520.6500.54251.8448.130.98
Hex3829753441036fc301f
Octal7051165641010663746037
Binary1110001010011110101110100100000101101101111110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382975; }

 p { color: rgb(56,41,117); }

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

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

 a { background-color: rgb(56,41,117); }

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

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

 span { border-color: rgb(56,41,117); }

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