Html Css Color HEX #41356C Minsk

📋 copy color: '#41356C'

red 65 ◦ green 53 ◦ blue 108

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

Shades of Minsk #41356C

Tints of Minsk #41356C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.45%

 BLUE value IS 108 (42.58% from 255) = 47.79%

R = 28.76%
G = 23.45%
B = 47.79%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41356C (or 0x41356C) is known color: Minsk. HEX triplet: 41, 35 and 6C. RGB value is (65,53,108). Sum of RGB (Red+Green+Blue) = 65+53+108=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #41356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41356C is #BECA93. Grayscale: #3E3E3E. Windows color (decimal): -12503700 or 7091521. OLE color: 7091521.

HSL color Cylindrical-coordinate representation of color #41356C: hue angle of 253.09º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41356C is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 53 108 -
CMYK 0.40 0.51 0 0.58
HSL 253.09º 0.34% 0.32% -
HSV(B) 253.09º 0.51% 0.42% -
XYZ 6.16 4.75 14.78 -
YUV 62.86 153.48 129.53 -
System Red Green Blue C M Y K H S L
Decimal 65 53 108 0.40 0.51 0 0.58 253.09 0.34 0.32
Hex 41 35 6C 28 33 0 3A FD 22 20
Octal 101 65 154 50 63 0 72 375 42 40
Binary 1000001 110101 1101100 101000 110011 0 111010 11111101 100010 100000

Color Harmonies of #41356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41356C

Black with #41356C

Text Example


Text Example

White with #41356C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41356C; }

 p { color: rgb(65,53,108); }

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

background-color css

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

 a { background-color: rgb(65,53,108); }

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

border-color css

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

 span { border-color: rgb(65,53,108); }

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