Html Css Color HEX #382C78 Minsk

📋 copy color: '#382C78'

red 56 ◦ green 44 ◦ blue 120

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

Shades of Minsk #382C78

Tints of Minsk #382C78

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20%

 BLUE value IS 120 (47.27% from 255) = 54.55%

R = 25.45%
G = 20%
B = 54.55%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#382C78 (or 0x382C78) is known color: Minsk. HEX triplet: 38, 2C and 78. RGB value is (56,44,120). Sum of RGB (Red+Green+Blue) = 56+44+120=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #382C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382C78 is #C7D387. Grayscale: #373737. Windows color (decimal): -13095816 or 7875640. OLE color: 7875640.

HSL color Cylindrical-coordinate representation of color #382C78: hue angle of 249.47º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #382C78 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 44 120 -
CMYK 0.53 0.63 0 0.53
HSL 249.47º 0.46% 0.32% -
HSV(B) 249.47º 0.63% 0.47% -
XYZ 5.92 4 18.23 -
YUV 56.25 163.98 127.82 -
System Red Green Blue C M Y K H S L
Decimal 56 44 120 0.53 0.63 0 0.53 249.47 0.46 0.32
Hex 38 2C 78 35 3F 0 35 F9 2E 20
Octal 70 54 170 65 77 0 65 371 56 40
Binary 111000 101100 1111000 110101 111111 0 110101 11111001 101110 100000

Color Harmonies of #382C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C78

Black with #382C78

Text Example


Text Example

White with #382C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382C78; }

 p { color: rgb(56,44,120); }

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

background-color css

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

 a { background-color: rgb(56,44,120); }

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

border-color css

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

 span { border-color: rgb(56,44,120); }

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