Html Css Color HEX #41356A Minsk

📋 copy color: '#41356A'

red 65 ◦ green 53 ◦ blue 106

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

Shades of Minsk #41356A

Tints of Minsk #41356A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 47.32%

R = 29.02%
G = 23.66%
B = 47.32%

CMYK

 C value IS 0.39

 M value IS 0.5

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41356A (or 0x41356A) is known color: Minsk. HEX triplet: 41, 35 and 6A. RGB value is (65,53,106). Sum of RGB (Red+Green+Blue) = 65+53+106=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 106 (41.80% from 255 or 47.32% from 224); Max value from RGB is 106 - color contains mainly: blue. Hex color #41356A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41356A is #BECA95. Grayscale: #3E3E3E. Windows color (decimal): -12503702 or 6960449. OLE color: 6960449.

HSL color Cylindrical-coordinate representation of color #41356A: hue angle of 253.58º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #41356A is Cyan = 0.39, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 53 106 -
CMYK 0.39 0.5 0 0.58
HSL 253.58º 0.33% 0.31% -
HSV(B) 253.58º 0.5% 0.42% -
XYZ 6.05 4.71 14.23 -
YUV 62.63 152.48 129.69 -
System Red Green Blue C M Y K H S L
Decimal 65 53 106 0.39 0.5 0 0.58 253.58 0.33 0.31
Hex 41 35 6A 27 32 0 3A FE 21 1F
Octal 101 65 152 47 62 0 72 376 41 37
Binary 1000001 110101 1101010 100111 110010 0 111010 11111110 100001 11111

Color Harmonies of #41356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41356A

Black with #41356A

Text Example


Text Example

White with #41356A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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