Html Css Color HEX #41396C Minsk

📋 copy color: '#41396C'

red 65 ◦ green 57 ◦ blue 108

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

Shades of Minsk #41396C

Tints of Minsk #41396C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.78%

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

R = 28.26%
G = 24.78%
B = 46.96%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41396C (or 0x41396C) is known color: Minsk. HEX triplet: 41, 39 and 6C. RGB value is (65,57,108). Sum of RGB (Red+Green+Blue) = 65+57+108=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #41396C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41396C is #BEC693. Grayscale: #414141. Windows color (decimal): -12502676 or 7092545. OLE color: 7092545.

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

Color convert

RGB 65 57 108 -
CMYK 0.40 0.47 0 0.58
HSL 249.41º 0.31% 0.32% -
HSV(B) 249.41º 0.47% 0.42% -
XYZ 6.35 5.13 14.84 -
YUV 65.21 152.15 127.85 -
System Red Green Blue C M Y K H S L
Decimal 65 57 108 0.40 0.47 0 0.58 249.41 0.31 0.32
Hex 41 39 6C 28 2F 0 3A F9 1F 20
Octal 101 71 154 50 57 0 72 371 37 40
Binary 1000001 111001 1101100 101000 101111 0 111010 11111001 11111 100000

Color Harmonies of #41396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41396C

Black with #41396C

Text Example


Text Example

White with #41396C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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