Html Css Color HEX #382771 Minsk

📋 copy color: '#382771'

red 56 ◦ green 39 ◦ blue 113

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

Shades of Minsk #382771

Tints of Minsk #382771

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.75%

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

R = 26.92%
G = 18.75%
B = 54.33%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#382771 (or 0x382771) is known color: Minsk. HEX triplet: 38, 27 and 71. RGB value is (56,39,113). Sum of RGB (Red+Green+Blue) = 56+39+113=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #382771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382771 is #C7D88E. Grayscale: #343434. Windows color (decimal): -13097103 or 7415608. OLE color: 7415608.

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

Color convert

RGB 56 39 113 -
CMYK 0.50 0.65 0 0.56
HSL 253.78º 0.49% 0.3% -
HSV(B) 253.78º 0.65% 0.44% -
XYZ 5.34 3.48 16.01 -
YUV 52.52 162.13 130.48 -
System Red Green Blue C M Y K H S L
Decimal 56 39 113 0.50 0.65 0 0.56 253.78 0.49 0.3
Hex 38 27 71 32 41 0 38 FE 31 1E
Octal 70 47 161 62 101 0 70 376 61 36
Binary 111000 100111 1110001 110010 1000001 0 111000 11111110 110001 11110

Color Harmonies of #382771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382771

Black with #382771

Text Example


Text Example

White with #382771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382771; }

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

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

background-color css

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

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

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

border-color css

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

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

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