Html Css Color HEX #413766 Minsk

📋 copy color: '#413766'

red 65 ◦ green 55 ◦ blue 102

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

Shades of Minsk #413766

Tints of Minsk #413766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 45.95%

R = 29.28%
G = 24.77%
B = 45.95%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#413766 (or 0x413766) is known color: Minsk. HEX triplet: 41, 37 and 66. RGB value is (65,55,102). Sum of RGB (Red+Green+Blue) = 65+55+102=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #413766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413766 is #BEC899. Grayscale: #3F3F3F. Windows color (decimal): -12503194 or 6698817. OLE color: 6698817.

HSL color Cylindrical-coordinate representation of color #413766: hue angle of 252.77º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #413766 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 65 55 102 -
CMYK 0.36 0.46 0 0.6
HSL 252.77º 0.3% 0.31% -
HSV(B) 252.77º 0.46% 0.4% -
XYZ 5.94 4.82 13.19 -
YUV 63.35 149.81 129.18 -
System Red Green Blue C M Y K H S L
Decimal 65 55 102 0.36 0.46 0 0.6 252.77 0.3 0.31
Hex 41 37 66 24 2E 0 3C FD 1E 1F
Octal 101 67 146 44 56 0 74 375 36 37
Binary 1000001 110111 1100110 100100 101110 0 111100 11111101 11110 11111

Color Harmonies of #413766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413766

Black with #413766

Text Example


Text Example

White with #413766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413766; }

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

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

background-color css

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

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

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

border-color css

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

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

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