Html Css Color HEX #382975 Minsk

📋 copy color: '#382975'

red 56 ◦ green 41 ◦ blue 117

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

Shades of Minsk #382975

Tints of Minsk #382975

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 value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#382975 (or 0x382975) is known color: 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

RGB 56 41 117 -
CMYK 0.52 0.65 0 0.54
HSL 251.84º 0.48% 0.31% -
HSV(B) 251.84º 0.65% 0.46% -
XYZ 5.63 3.71 17.25 -
YUV 54.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 56 41 117 0.52 0.65 0 0.54 251.84 0.48 0.31
Hex 38 29 75 34 41 0 36 FC 30 1F
Octal 70 51 165 64 101 0 66 374 60 37
Binary 111000 101001 1110101 110100 1000001 0 110110 11111100 110000 11111

Color Harmonies of #382975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382975

Black with #382975

Text Example


Text Example

White with #382975

Text Example


Text Example

HTML Codes & Css Web 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>