Html Css Color HEX #413265 Minsk

📋 copy color: '#413265'

red 65 ◦ green 50 ◦ blue 101

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

Shades of Minsk #413265

Tints of Minsk #413265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.15%

 BLUE value IS 101 (39.84% from 255) = 46.76%

R = 30.09%
G = 23.15%
B = 46.76%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#413265 (or 0x413265) is known color: Minsk. HEX triplet: 41, 32 and 65. RGB value is (65,50,101). Sum of RGB (Red+Green+Blue) = 65+50+101=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 101 - color contains mainly: blue. Hex color #413265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413265 is #BECD9A. Grayscale: #3C3C3C. Windows color (decimal): -12504475 or 6632001. OLE color: 6632001.

HSL color Cylindrical-coordinate representation of color #413265: hue angle of 257.65º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #413265 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 50 101 -
CMYK 0.36 0.50 0 0.60
HSL 257.65º 0.34% 0.3% -
HSV(B) 257.65º 0.5% 0.4% -
XYZ 5.67 4.34 12.85 -
YUV 60.3 150.97 131.35 -
System Red Green Blue C M Y K H S L
Decimal 65 50 101 0.36 0.50 0 0.60 257.65 0.34 0.3
Hex 41 32 65 24 32 0 3C 102 22 1E
Octal 101 62 145 44 62 0 74 402 42 36
Binary 1000001 110010 1100101 100100 110010 0 111100 100000010 100010 11110

Color Harmonies of #413265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413265

Black with #413265

Text Example


Text Example

White with #413265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413265; }

 p { color: rgb(65,50,101); }

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

background-color css

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

 a { background-color: rgb(65,50,101); }

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

border-color css

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

 span { border-color: rgb(65,50,101); }

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