Html Css Color HEX #413B67 Minsk

📋 copy color: '#413B67'

red 65 ◦ green 59 ◦ blue 103

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

Shades of Minsk #413B67

Tints of Minsk #413B67

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.99%

 BLUE value IS 103 (40.63% from 255) = 45.37%

R = 28.63%
G = 25.99%
B = 45.37%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#413B67 (or 0x413B67) is known color: Minsk. HEX triplet: 41, 3B and 67. RGB value is (65,59,103). Sum of RGB (Red+Green+Blue) = 65+59+103=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 103 - color contains mainly: blue. Hex color #413B67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413B67 is #BEC498. Grayscale: #414141. Windows color (decimal): -12502169 or 6765377. OLE color: 6765377.

HSL color Cylindrical-coordinate representation of color #413B67: hue angle of 248.18º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #413B67 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 59 103 -
CMYK 0.37 0.43 0 0.60
HSL 248.18º 0.27% 0.32% -
HSV(B) 248.18º 0.43% 0.4% -
XYZ 6.19 5.23 13.52 -
YUV 65.81 148.99 127.42 -
System Red Green Blue C M Y K H S L
Decimal 65 59 103 0.37 0.43 0 0.60 248.18 0.27 0.32
Hex 41 3B 67 25 2B 0 3C F8 1B 20
Octal 101 73 147 45 53 0 74 370 33 40
Binary 1000001 111011 1100111 100101 101011 0 111100 11111000 11011 100000

Color Harmonies of #413B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B67

Black with #413B67

Text Example


Text Example

White with #413B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413B67; }

 p { color: rgb(65,59,103); }

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

background-color css

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

 a { background-color: rgb(65,59,103); }

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

border-color css

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

 span { border-color: rgb(65,59,103); }

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