Html Css Color HEX #41326C Minsk

📋 copy color: '#41326C'

red 65 ◦ green 50 ◦ blue 108

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

Shades of Minsk #41326C

Tints of Minsk #41326C

RGB

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

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

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

R = 29.15%
G = 22.42%
B = 48.43%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41326C (or 0x41326C) is known color: Minsk. HEX triplet: 41, 32 and 6C. RGB value is (65,50,108). Sum of RGB (Red+Green+Blue) = 65+50+108=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #41326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41326C is #BECD93. Grayscale: #3C3C3C. Windows color (decimal): -12504468 or 7090753. OLE color: 7090753.

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

Color convert

RGB 65 50 108 -
CMYK 0.40 0.54 0 0.58
HSL 255.52º 0.37% 0.31% -
HSV(B) 255.52º 0.54% 0.42% -
XYZ 6.03 4.49 14.74 -
YUV 61.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 65 50 108 0.40 0.54 0 0.58 255.52 0.37 0.31
Hex 41 32 6C 28 36 0 3A 100 25 1F
Octal 101 62 154 50 66 0 72 400 45 37
Binary 1000001 110010 1101100 101000 110110 0 111010 100000000 100101 11111

Color Harmonies of #41326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41326C

Black with #41326C

Text Example


Text Example

White with #41326C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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