Html Css Color HEX #413069 Minsk

📋 copy color: '#413069'

red 65 ◦ green 48 ◦ blue 105

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

Shades of Minsk #413069

Tints of Minsk #413069

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.02%

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

R = 29.82%
G = 22.02%
B = 48.17%

CMYK

 C value IS 0.38

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#413069 (or 0x413069) is known color: Minsk. HEX triplet: 41, 30 and 69. RGB value is (65,48,105). Sum of RGB (Red+Green+Blue) = 65+48+105=218 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.82% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #413069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413069 is #BECF96. Grayscale: #3B3B3B. Windows color (decimal): -12504983 or 6893633. OLE color: 6893633.

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

Color convert

RGB 65 48 105 -
CMYK 0.38 0.54 0 0.59
HSL 257.89º 0.37% 0.3% -
HSV(B) 257.89º 0.54% 0.41% -
XYZ 5.79 4.26 13.88 -
YUV 59.58 153.63 131.87 -
System Red Green Blue C M Y K H S L
Decimal 65 48 105 0.38 0.54 0 0.59 257.89 0.37 0.3
Hex 41 30 69 26 36 0 3B 102 25 1E
Octal 101 60 151 46 66 0 73 402 45 36
Binary 1000001 110000 1101001 100110 110110 0 111011 100000010 100101 11110

Color Harmonies of #413069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413069

Black with #413069

Text Example


Text Example

White with #413069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413069; }

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

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

background-color css

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

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

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

border-color css

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

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

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