Html Css Color HEX #413969 Minsk

📋 copy color: '#413969'

red 65 ◦ green 57 ◦ blue 105

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

Shades of Minsk #413969

Tints of Minsk #413969

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.11%

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

R = 28.63%
G = 25.11%
B = 46.26%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#413969 (or 0x413969) is known color: Minsk. HEX triplet: 41, 39 and 69. RGB value is (65,57,105). Sum of RGB (Red+Green+Blue) = 65+57+105=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #413969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413969 is #BEC696. Grayscale: #404040. Windows color (decimal): -12502679 or 6895937. OLE color: 6895937.

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

Color convert

RGB 65 57 105 -
CMYK 0.38 0.46 0 0.59
HSL 250º 0.3% 0.32% -
HSV(B) 250º 0.46% 0.41% -
XYZ 6.19 5.07 14.02 -
YUV 64.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 65 57 105 0.38 0.46 0 0.59 250 0.3 0.32
Hex 41 39 69 26 2E 0 3B FA 1E 20
Octal 101 71 151 46 56 0 73 372 36 40
Binary 1000001 111001 1101001 100110 101110 0 111011 11111010 11110 100000

Color Harmonies of #413969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413969

Black with #413969

Text Example


Text Example

White with #413969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413969; }

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

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

background-color css

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

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

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

border-color css

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

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

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