Html Css Color HEX #413267 Minsk

📋 copy color: '#413267'

red 65 ◦ green 50 ◦ blue 103

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

Shades of Minsk #413267

Tints of Minsk #413267

RGB

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

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

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

R = 29.82%
G = 22.94%
B = 47.25%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#413267 (or 0x413267) is known color: Minsk. HEX triplet: 41, 32 and 67. RGB value is (65,50,103). Sum of RGB (Red+Green+Blue) = 65+50+103=218 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.82% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 103 (40.62% from 255 or 47.25% from 218); Max value from RGB is 103 - color contains mainly: blue. Hex color #413267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413267 is #BECD98. Grayscale: #3C3C3C. Windows color (decimal): -12504473 or 6763073. OLE color: 6763073.

HSL color Cylindrical-coordinate representation of color #413267: hue angle of 256.98º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #413267 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 50 103 -
CMYK 0.37 0.51 0 0.60
HSL 256.98º 0.35% 0.3% -
HSV(B) 256.98º 0.51% 0.4% -
XYZ 5.77 4.38 13.37 -
YUV 60.53 151.97 131.19 -
System Red Green Blue C M Y K H S L
Decimal 65 50 103 0.37 0.51 0 0.60 256.98 0.35 0.3
Hex 41 32 67 25 33 0 3C 101 23 1E
Octal 101 62 147 45 63 0 74 401 43 36
Binary 1000001 110010 1100111 100101 110011 0 111100 100000001 100011 11110

Color Harmonies of #413267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413267

Black with #413267

Text Example


Text Example

White with #413267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413267; }

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

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

background-color css

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

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

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

border-color css

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

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

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