Html Css Color HEX #413563 Minsk

📋 copy color: '#413563'

red 65 ◦ green 53 ◦ blue 99

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

Shades of Minsk #413563

Tints of Minsk #413563

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.42%

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

R = 29.95%
G = 24.42%
B = 45.62%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#413563 (or 0x413563) is known color: Minsk. HEX triplet: 41, 35 and 63. RGB value is (65,53,99). Sum of RGB (Red+Green+Blue) = 65+53+99=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #413563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413563 is #BECA9C. Grayscale: #3D3D3D. Windows color (decimal): -12503709 or 6501697. OLE color: 6501697.

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

Color convert

RGB 65 53 99 -
CMYK 0.34 0.46 0 0.61
HSL 255.65º 0.3% 0.3% -
HSV(B) 255.65º 0.46% 0.39% -
XYZ 5.71 4.57 12.39 -
YUV 61.83 148.98 130.26 -
System Red Green Blue C M Y K H S L
Decimal 65 53 99 0.34 0.46 0 0.61 255.65 0.3 0.3
Hex 41 35 63 22 2E 0 3D 100 1E 1E
Octal 101 65 143 42 56 0 75 400 36 36
Binary 1000001 110101 1100011 100010 101110 0 111101 100000000 11110 11110

Color Harmonies of #413563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413563

Black with #413563

Text Example


Text Example

White with #413563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413563; }

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

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

background-color css

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

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

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

border-color css

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

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

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