Html Css Color HEX #41336C Minsk

📋 copy color: '#41336C'

red 65 ◦ green 51 ◦ blue 108

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

Shades of Minsk #41336C

Tints of Minsk #41336C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.77%

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

R = 29.02%
G = 22.77%
B = 48.21%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41336C (or 0x41336C) is known color: Minsk. HEX triplet: 41, 33 and 6C. RGB value is (65,51,108). Sum of RGB (Red+Green+Blue) = 65+51+108=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #41336C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41336C is #BECC93. Grayscale: #3D3D3D. Windows color (decimal): -12504212 or 7091009. OLE color: 7091009.

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

Color convert

RGB 65 51 108 -
CMYK 0.40 0.53 0 0.58
HSL 254.74º 0.36% 0.31% -
HSV(B) 254.74º 0.53% 0.42% -
XYZ 6.07 4.57 14.75 -
YUV 61.68 154.14 130.37 -
System Red Green Blue C M Y K H S L
Decimal 65 51 108 0.40 0.53 0 0.58 254.74 0.36 0.31
Hex 41 33 6C 28 35 0 3A FF 24 1F
Octal 101 63 154 50 65 0 72 377 44 37
Binary 1000001 110011 1101100 101000 110101 0 111010 11111111 100100 11111

Color Harmonies of #41336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41336C

Black with #41336C

Text Example


Text Example

White with #41336C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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