Html Css Color HEX #403A6C Minsk

📋 copy color: '#403A6C'

red 64 ◦ green 58 ◦ blue 108

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

Shades of Minsk #403A6C

Tints of Minsk #403A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 46.96%

R = 27.83%
G = 25.22%
B = 46.96%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#403A6C (or 0x403A6C) is known color: Minsk. HEX triplet: 40, 3A and 6C. RGB value is (64,58,108). Sum of RGB (Red+Green+Blue) = 64+58+108=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #403A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403A6C is #BFC593. Grayscale: #414141. Windows color (decimal): -12567956 or 7092800. OLE color: 7092800.

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

Color convert

RGB 64 58 108 -
CMYK 0.41 0.46 0 0.58
HSL 247.2º 0.3% 0.33% -
HSV(B) 247.2º 0.46% 0.42% -
XYZ 6.33 5.2 14.86 -
YUV 65.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 64 58 108 0.41 0.46 0 0.58 247.2 0.3 0.33
Hex 40 3A 6C 29 2E 0 3A F7 1E 21
Octal 100 72 154 51 56 0 72 367 36 41
Binary 1000000 111010 1101100 101001 101110 0 111010 11110111 11110 100001

Color Harmonies of #403A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403A6C

Black with #403A6C

Text Example


Text Example

White with #403A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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