Html Css Color HEX #402F6E Minsk

📋 copy color: '#402F6E'

red 64 ◦ green 47 ◦ blue 110

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

Shades of Minsk #402F6E

Tints of Minsk #402F6E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.27%

 BLUE value IS 110 (43.36% from 255) = 49.77%

R = 28.96%
G = 21.27%
B = 49.77%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#402F6E (or 0x402F6E) is known color: Minsk. HEX triplet: 40, 2F and 6E. RGB value is (64,47,110). Sum of RGB (Red+Green+Blue) = 64+47+110=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #402F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402F6E is #BFD091. Grayscale: #3B3B3B. Windows color (decimal): -12570770 or 7221056. OLE color: 7221056.

HSL color Cylindrical-coordinate representation of color #402F6E: hue angle of 256.19º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #402F6E is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 64 47 110 -
CMYK 0.42 0.57 0 0.57
HSL 256.19º 0.4% 0.31% -
HSV(B) 256.19º 0.57% 0.43% -
XYZ 5.95 4.25 15.26 -
YUV 59.27 156.63 131.38 -
System Red Green Blue C M Y K H S L
Decimal 64 47 110 0.42 0.57 0 0.57 256.19 0.4 0.31
Hex 40 2F 6E 2A 39 0 39 100 28 1F
Octal 100 57 156 52 71 0 71 400 50 37
Binary 1000000 101111 1101110 101010 111001 0 111001 100000000 101000 11111

Color Harmonies of #402F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402F6E

Black with #402F6E

Text Example


Text Example

White with #402F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402F6E; }

 p { color: rgb(64,47,110); }

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

background-color css

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

 a { background-color: rgb(64,47,110); }

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

border-color css

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

 span { border-color: rgb(64,47,110); }

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