Html Css Color HEX #382971 Minsk

📋 copy color: '#382971'

red 56 ◦ green 41 ◦ blue 113

#382971
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Minsk #382971

Tints of Minsk #382971

RGB

 RED value IS 56 (22.27% from 255) = 26.67%

 GREEN value IS 41 (16.41% from 255) = 19.52%

 BLUE value IS 113 (44.53% from 255) = 53.81%

R = 26.67%
G = 19.52%
B = 53.81%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#382971 (or 0x382971) is known color: Minsk. HEX triplet: 38, 29 and 71. RGB value is (56,41,113). Sum of RGB (Red+Green+Blue) = 56+41+113=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #382971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382971 is #C7D68E. Grayscale: #353535. Windows color (decimal): -13096591 or 7416120. OLE color: 7416120.

HSL color Cylindrical-coordinate representation of color #382971: hue angle of 252.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #382971 is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 41 113 -
CMYK 0.50 0.64 0 0.56
HSL 252.5º 0.47% 0.3% -
HSV(B) 252.5º 0.64% 0.44% -
XYZ 5.4 3.62 16.04 -
YUV 53.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 56 41 113 0.50 0.64 0 0.56 252.5 0.47 0.3
Hex 38 29 71 32 40 0 38 FD 2F 1E
Octal 70 51 161 62 100 0 70 375 57 36
Binary 111000 101001 1110001 110010 1000000 0 111000 11111101 101111 11110

Color Harmonies of #382971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382971

Black with #382971

Text Example


Text Example

White with #382971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382971; }

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

 H1.HeaderClassName
 {
   color: #382971;
 }
 .AnyTagClassName
 {
   color: #382971;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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