Html Css Color HEX #413762 Minsk

📋 copy color: '#413762'

red 65 ◦ green 55 ◦ blue 98

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

Shades of Minsk #413762

Tints of Minsk #413762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.95%

R = 29.82%
G = 25.23%
B = 44.95%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#413762 (or 0x413762) is known color: Minsk. HEX triplet: 41, 37 and 62. RGB value is (65,55,98). Sum of RGB (Red+Green+Blue) = 65+55+98=218 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.82% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #413762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413762 is #BEC89D. Grayscale: #3E3E3E. Windows color (decimal): -12503198 or 6436673. OLE color: 6436673.

HSL color Cylindrical-coordinate representation of color #413762: hue angle of 253.95º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #413762 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 55 98 -
CMYK 0.34 0.44 0 0.62
HSL 253.95º 0.28% 0.3% -
HSV(B) 253.95º 0.44% 0.38% -
XYZ 5.75 4.74 12.17 -
YUV 62.89 147.81 129.5 -
System Red Green Blue C M Y K H S L
Decimal 65 55 98 0.34 0.44 0 0.62 253.95 0.28 0.3
Hex 41 37 62 22 2C 0 3E FE 1C 1E
Octal 101 67 142 42 54 0 76 376 34 36
Binary 1000001 110111 1100010 100010 101100 0 111110 11111110 11100 11110

Color Harmonies of #413762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413762

Black with #413762

Text Example


Text Example

White with #413762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413762; }

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

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

background-color css

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

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

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

border-color css

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

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

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