Html Css Color HEX #41356F Minsk

📋 copy color: '#41356F'

red 65 ◦ green 53 ◦ blue 111

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

Shades of Minsk #41356F

Tints of Minsk #41356F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 48.47%

R = 28.38%
G = 23.14%
B = 48.47%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#41356F (or 0x41356F) is known color: Minsk. HEX triplet: 41, 35 and 6F. RGB value is (65,53,111). Sum of RGB (Red+Green+Blue) = 65+53+111=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #41356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41356F is #BECA90. Grayscale: #3E3E3E. Windows color (decimal): -12503697 or 7288129. OLE color: 7288129.

HSL color Cylindrical-coordinate representation of color #41356F: hue angle of 252.41º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #41356F is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 53 111 -
CMYK 0.41 0.52 0 0.56
HSL 252.41º 0.35% 0.32% -
HSV(B) 252.41º 0.52% 0.44% -
XYZ 6.32 4.82 15.64 -
YUV 63.2 154.98 129.28 -
System Red Green Blue C M Y K H S L
Decimal 65 53 111 0.41 0.52 0 0.56 252.41 0.35 0.32
Hex 41 35 6F 29 34 0 38 FC 23 20
Octal 101 65 157 51 64 0 70 374 43 40
Binary 1000001 110101 1101111 101001 110100 0 111000 11111100 100011 100000

Color Harmonies of #41356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41356F

Black with #41356F

Text Example


Text Example

White with #41356F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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