Html Css Color HEX #413869 Minsk

📋 copy color: '#413869'

red 65 ◦ green 56 ◦ blue 105

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

Shades of Minsk #413869

Tints of Minsk #413869

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.78%

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

R = 28.76%
G = 24.78%
B = 46.46%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#413869 (or 0x413869) is known color: Minsk. HEX triplet: 41, 38 and 69. RGB value is (65,56,105). Sum of RGB (Red+Green+Blue) = 65+56+105=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #413869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413869 is #BEC796. Grayscale: #404040. Windows color (decimal): -12502935 or 6895681. OLE color: 6895681.

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

Color convert

RGB 65 56 105 -
CMYK 0.38 0.47 0 0.59
HSL 251.02º 0.3% 0.32% -
HSV(B) 251.02º 0.47% 0.41% -
XYZ 6.14 4.97 14 -
YUV 64.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 65 56 105 0.38 0.47 0 0.59 251.02 0.3 0.32
Hex 41 38 69 26 2F 0 3B FB 1E 20
Octal 101 70 151 46 57 0 73 373 36 40
Binary 1000001 111000 1101001 100110 101111 0 111011 11111011 11110 100000

Color Harmonies of #413869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413869

Black with #413869

Text Example


Text Example

White with #413869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413869; }

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

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

background-color css

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

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

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

border-color css

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

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

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