Html Css Color HEX #413570 Minsk

📋 copy color: '#413570'

red 65 ◦ green 53 ◦ blue 112

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

Shades of Minsk #413570

Tints of Minsk #413570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 48.7%

R = 28.26%
G = 23.04%
B = 48.7%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#413570 (or 0x413570) is known color: Minsk. HEX triplet: 41, 35 and 70. RGB value is (65,53,112). Sum of RGB (Red+Green+Blue) = 65+53+112=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #413570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413570 is #BECA8F. Grayscale: #3F3F3F. Windows color (decimal): -12503696 or 7353665. OLE color: 7353665.

HSL color Cylindrical-coordinate representation of color #413570: hue angle of 252.2º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #413570 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 53 112 -
CMYK 0.42 0.53 0 0.56
HSL 252.2º 0.36% 0.32% -
HSV(B) 252.2º 0.53% 0.44% -
XYZ 6.38 4.84 15.93 -
YUV 63.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 65 53 112 0.42 0.53 0 0.56 252.2 0.36 0.32
Hex 41 35 70 2A 35 0 38 FC 24 20
Octal 101 65 160 52 65 0 70 374 44 40
Binary 1000001 110101 1110000 101010 110101 0 111000 11111100 100100 100000

Color Harmonies of #413570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413570

Black with #413570

Text Example


Text Example

White with #413570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413570; }

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

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

background-color css

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

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

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

border-color css

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

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

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