Html Css Color HEX #413370 Minsk

📋 copy color: '#413370'

red 65 ◦ green 51 ◦ blue 112

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

Shades of Minsk #413370

Tints of Minsk #413370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.37%

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

R = 28.51%
G = 22.37%
B = 49.12%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#413370 (or 0x413370) is known color: Minsk. HEX triplet: 41, 33 and 70. RGB value is (65,51,112). Sum of RGB (Red+Green+Blue) = 65+51+112=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #413370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413370 is #BECC8F. Grayscale: #3D3D3D. Windows color (decimal): -12504208 or 7353153. OLE color: 7353153.

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

Color convert

RGB 65 51 112 -
CMYK 0.42 0.54 0 0.56
HSL 253.77º 0.37% 0.32% -
HSV(B) 253.77º 0.54% 0.44% -
XYZ 6.29 4.66 15.9 -
YUV 62.14 156.14 130.04 -
System Red Green Blue C M Y K H S L
Decimal 65 51 112 0.42 0.54 0 0.56 253.77 0.37 0.32
Hex 41 33 70 2A 36 0 38 FE 25 20
Octal 101 63 160 52 66 0 70 376 45 40
Binary 1000001 110011 1110000 101010 110110 0 111000 11111110 100101 100000

Color Harmonies of #413370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413370

Black with #413370

Text Example


Text Example

White with #413370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413370; }

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

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

background-color css

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

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

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

border-color css

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

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

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