Html Css Color HEX #403A6B Minsk

📋 copy color: '#403A6B'

red 64 ◦ green 58 ◦ blue 107

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

Shades of Minsk #403A6B

Tints of Minsk #403A6B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.33%

 BLUE value IS 107 (42.19% from 255) = 46.72%

R = 27.95%
G = 25.33%
B = 46.72%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#403A6B (or 0x403A6B) is known color: Minsk. HEX triplet: 40, 3A and 6B. RGB value is (64,58,107). Sum of RGB (Red+Green+Blue) = 64+58+107=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 107 - color contains mainly: blue. Hex color #403A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403A6B is #BFC594. Grayscale: #414141. Windows color (decimal): -12567957 or 7027264. OLE color: 7027264.

HSL color Cylindrical-coordinate representation of color #403A6B: hue angle of 247.35º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #403A6B is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 58 107 -
CMYK 0.40 0.46 0 0.58
HSL 247.35º 0.3% 0.32% -
HSV(B) 247.35º 0.46% 0.42% -
XYZ 6.28 5.18 14.58 -
YUV 65.38 151.49 127.02 -
System Red Green Blue C M Y K H S L
Decimal 64 58 107 0.40 0.46 0 0.58 247.35 0.3 0.32
Hex 40 3A 6B 28 2E 0 3A F7 1E 20
Octal 100 72 153 50 56 0 72 367 36 40
Binary 1000000 111010 1101011 101000 101110 0 111010 11110111 11110 100000

Color Harmonies of #403A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403A6B

Black with #403A6B

Text Example


Text Example

White with #403A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403A6B; }

 p { color: rgb(64,58,107); }

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

background-color css

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

 a { background-color: rgb(64,58,107); }

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

border-color css

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

 span { border-color: rgb(64,58,107); }

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