Html Css Color HEX #403969 Minsk

📋 copy color: '#403969'

red 64 ◦ green 57 ◦ blue 105

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

Shades of Minsk #403969

Tints of Minsk #403969

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.22%

 BLUE value IS 105 (41.41% from 255) = 46.46%

R = 28.32%
G = 25.22%
B = 46.46%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#403969 (or 0x403969) is known color: Minsk. HEX triplet: 40, 39 and 69. RGB value is (64,57,105). Sum of RGB (Red+Green+Blue) = 64+57+105=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #403969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403969 is #BFC696. Grayscale: #404040. Windows color (decimal): -12568215 or 6895936. OLE color: 6895936.

HSL color Cylindrical-coordinate representation of color #403969: hue angle of 248.75º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #403969 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 57 105 -
CMYK 0.39 0.46 0 0.59
HSL 248.75º 0.3% 0.32% -
HSV(B) 248.75º 0.46% 0.41% -
XYZ 6.13 5.04 14.01 -
YUV 64.57 150.82 127.6 -
System Red Green Blue C M Y K H S L
Decimal 64 57 105 0.39 0.46 0 0.59 248.75 0.3 0.32
Hex 40 39 69 27 2E 0 3B F9 1E 20
Octal 100 71 151 47 56 0 73 371 36 40
Binary 1000000 111001 1101001 100111 101110 0 111011 11111001 11110 100000

Color Harmonies of #403969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403969

Black with #403969

Text Example


Text Example

White with #403969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403969; }

 p { color: rgb(64,57,105); }

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

background-color css

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

 a { background-color: rgb(64,57,105); }

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

border-color css

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

 span { border-color: rgb(64,57,105); }

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