Html Css Color HEX #403375 Minsk

📋 copy color: '#403375'

red 64 ◦ green 51 ◦ blue 117

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

Shades of Minsk #403375

Tints of Minsk #403375

RGB

 RED value IS 64 (25.39% from 255) = 27.59%

 GREEN value IS 51 (20.31% from 255) = 21.98%

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

R = 27.59%
G = 21.98%
B = 50.43%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#403375 (or 0x403375) is known color: Minsk. HEX triplet: 40, 33 and 75. RGB value is (64,51,117). Sum of RGB (Red+Green+Blue) = 64+51+117=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #403375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403375 is #BFCC8A. Grayscale: #3E3E3E. Windows color (decimal): -12569739 or 7680832. OLE color: 7680832.

HSL color Cylindrical-coordinate representation of color #403375: hue angle of 251.82º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #403375 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 51 117 -
CMYK 0.45 0.56 0 0.54
HSL 251.82º 0.39% 0.33% -
HSV(B) 251.82º 0.56% 0.46% -
XYZ 6.51 4.74 17.4 -
YUV 62.41 158.81 129.13 -
System Red Green Blue C M Y K H S L
Decimal 64 51 117 0.45 0.56 0 0.54 251.82 0.39 0.33
Hex 40 33 75 2D 38 0 36 FC 27 21
Octal 100 63 165 55 70 0 66 374 47 41
Binary 1000000 110011 1110101 101101 111000 0 110110 11111100 100111 100001

Color Harmonies of #403375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403375

Black with #403375

Text Example


Text Example

White with #403375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403375; }

 p { color: rgb(64,51,117); }

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

background-color css

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

 a { background-color: rgb(64,51,117); }

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

border-color css

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

 span { border-color: rgb(64,51,117); }

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