Html Css Color HEX #403A61 Minsk

📋 copy color: '#403A61'

red 64 ◦ green 58 ◦ blue 97

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

Shades of Minsk #403A61

Tints of Minsk #403A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 44.29%

R = 29.22%
G = 26.48%
B = 44.29%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#403A61 (or 0x403A61) is known color: Minsk. HEX triplet: 40, 3A and 61. RGB value is (64,58,97). Sum of RGB (Red+Green+Blue) = 64+58+97=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 97 - color contains mainly: blue. Hex color #403A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403A61 is #BFC59E. Grayscale: #404040. Windows color (decimal): -12567967 or 6371904. OLE color: 6371904.

HSL color Cylindrical-coordinate representation of color #403A61: hue angle of 249.23º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #403A61 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 58 97 -
CMYK 0.34 0.40 0 0.62
HSL 249.23º 0.25% 0.3% -
HSV(B) 249.23º 0.4% 0.38% -
XYZ 5.79 4.98 11.97 -
YUV 64.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 64 58 97 0.34 0.40 0 0.62 249.23 0.25 0.3
Hex 40 3A 61 22 28 0 3E F9 19 1E
Octal 100 72 141 42 50 0 76 371 31 36
Binary 1000000 111010 1100001 100010 101000 0 111110 11111001 11001 11110

Color Harmonies of #403A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403A61

Black with #403A61

Text Example


Text Example

White with #403A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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