Html Css Color HEX #382875 Minsk

📋 copy color: '#382875'

red 56 ◦ green 40 ◦ blue 117

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

Shades of Minsk #382875

Tints of Minsk #382875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.78%

 BLUE value IS 117 (46.09% from 255) = 54.93%

R = 26.29%
G = 18.78%
B = 54.93%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#382875 (or 0x382875) is known color: Minsk. HEX triplet: 38, 28 and 75. RGB value is (56,40,117). Sum of RGB (Red+Green+Blue) = 56+40+117=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #382875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382875 is #C7D78A. Grayscale: #353535. Windows color (decimal): -13096843 or 7678008. OLE color: 7678008.

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

Color convert

RGB 56 40 117 -
CMYK 0.52 0.66 0 0.54
HSL 252.47º 0.49% 0.31% -
HSV(B) 252.47º 0.66% 0.46% -
XYZ 5.6 3.64 17.24 -
YUV 53.56 163.8 129.74 -
System Red Green Blue C M Y K H S L
Decimal 56 40 117 0.52 0.66 0 0.54 252.47 0.49 0.31
Hex 38 28 75 34 42 0 36 FC 31 1F
Octal 70 50 165 64 102 0 66 374 61 37
Binary 111000 101000 1110101 110100 1000010 0 110110 11111100 110001 11111

Color Harmonies of #382875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382875

Black with #382875

Text Example


Text Example

White with #382875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382875; }

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

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

background-color css

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

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

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

border-color css

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

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

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