Html Css Color HEX #413963 Minsk

📋 copy color: '#413963'

red 65 ◦ green 57 ◦ blue 99

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

Shades of Minsk #413963

Tints of Minsk #413963

RGB

 RED value IS 65 (25.78% from 255) = 29.41%

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

 BLUE value IS 99 (39.06% from 255) = 44.8%

R = 29.41%
G = 25.79%
B = 44.8%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#413963 (or 0x413963) is known color: Minsk. HEX triplet: 41, 39 and 63. RGB value is (65,57,99). Sum of RGB (Red+Green+Blue) = 65+57+99=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #413963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413963 is #BEC69C. Grayscale: #404040. Windows color (decimal): -12502685 or 6502721. OLE color: 6502721.

HSL color Cylindrical-coordinate representation of color #413963: hue angle of 251.43º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #413963 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 65 57 99 -
CMYK 0.34 0.42 0 0.61
HSL 251.43º 0.27% 0.31% -
HSV(B) 251.43º 0.42% 0.39% -
XYZ 5.9 4.95 12.45 -
YUV 64.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 65 57 99 0.34 0.42 0 0.61 251.43 0.27 0.31
Hex 41 39 63 22 2A 0 3D FB 1B 1F
Octal 101 71 143 42 52 0 75 373 33 37
Binary 1000001 111001 1100011 100010 101010 0 111101 11111011 11011 11111

Color Harmonies of #413963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413963

Black with #413963

Text Example


Text Example

White with #413963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413963; }

 p { color: rgb(65,57,99); }

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

background-color css

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

 a { background-color: rgb(65,57,99); }

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

border-color css

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

 span { border-color: rgb(65,57,99); }

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