Html Css Color HEX #413769 Minsk

📋 copy color: '#413769'

red 65 ◦ green 55 ◦ blue 105

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

Shades of Minsk #413769

Tints of Minsk #413769

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.44%

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

R = 28.89%
G = 24.44%
B = 46.67%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#413769 (or 0x413769) is known color: Minsk. HEX triplet: 41, 37 and 69. RGB value is (65,55,105). Sum of RGB (Red+Green+Blue) = 65+55+105=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 105 - color contains mainly: blue. Hex color #413769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413769 is #BEC896. Grayscale: #3F3F3F. Windows color (decimal): -12503191 or 6895425. OLE color: 6895425.

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

Color convert

RGB 65 55 105 -
CMYK 0.38 0.48 0 0.59
HSL 252º 0.31% 0.31% -
HSV(B) 252º 0.48% 0.41% -
XYZ 6.1 4.88 13.98 -
YUV 63.69 151.31 128.93 -
System Red Green Blue C M Y K H S L
Decimal 65 55 105 0.38 0.48 0 0.59 252 0.31 0.31
Hex 41 37 69 26 30 0 3B FC 1F 1F
Octal 101 67 151 46 60 0 73 374 37 37
Binary 1000001 110111 1101001 100110 110000 0 111011 11111100 11111 11111

Color Harmonies of #413769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413769

Black with #413769

Text Example


Text Example

White with #413769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413769; }

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

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

background-color css

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

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

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

border-color css

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

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

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