Html Css Color HEX #413369 Minsk

📋 copy color: '#413369'

red 65 ◦ green 51 ◦ blue 105

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

Shades of Minsk #413369

Tints of Minsk #413369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 47.51%

R = 29.41%
G = 23.08%
B = 47.51%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#413369 (or 0x413369) is known color: Minsk. HEX triplet: 41, 33 and 69. RGB value is (65,51,105). Sum of RGB (Red+Green+Blue) = 65+51+105=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #413369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413369 is #BECC96. Grayscale: #3D3D3D. Windows color (decimal): -12504215 or 6894401. OLE color: 6894401.

HSL color Cylindrical-coordinate representation of color #413369: hue angle of 255.56º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #413369 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 51 105 -
CMYK 0.38 0.51 0 0.59
HSL 255.56º 0.35% 0.31% -
HSV(B) 255.56º 0.51% 0.41% -
XYZ 5.91 4.51 13.92 -
YUV 61.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 65 51 105 0.38 0.51 0 0.59 255.56 0.35 0.31
Hex 41 33 69 26 33 0 3B 100 23 1F
Octal 101 63 151 46 63 0 73 400 43 37
Binary 1000001 110011 1101001 100110 110011 0 111011 100000000 100011 11111

Color Harmonies of #413369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413369

Black with #413369

Text Example


Text Example

White with #413369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413369; }

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

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

background-color css

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

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

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

border-color css

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

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

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