Html Css Color HEX #413871 Minsk

📋 copy color: '#413871'

red 65 ◦ green 56 ◦ blue 113

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

Shades of Minsk #413871

Tints of Minsk #413871

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.93%

 BLUE value IS 113 (44.53% from 255) = 48.29%

R = 27.78%
G = 23.93%
B = 48.29%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#413871 (or 0x413871) is known color: Minsk. HEX triplet: 41, 38 and 71. RGB value is (65,56,113). Sum of RGB (Red+Green+Blue) = 65+56+113=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #413871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413871 is #BEC78E. Grayscale: #404040. Windows color (decimal): -12502927 or 7419969. OLE color: 7419969.

HSL color Cylindrical-coordinate representation of color #413871: hue angle of 249.47º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #413871 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 56 113 -
CMYK 0.42 0.50 0 0.56
HSL 249.47º 0.34% 0.33% -
HSV(B) 249.47º 0.5% 0.44% -
XYZ 6.57 5.14 16.27 -
YUV 65.19 154.98 127.87 -
System Red Green Blue C M Y K H S L
Decimal 65 56 113 0.42 0.50 0 0.56 249.47 0.34 0.33
Hex 41 38 71 2A 32 0 38 F9 22 21
Octal 101 70 161 52 62 0 70 371 42 41
Binary 1000001 111000 1110001 101010 110010 0 111000 11111001 100010 100001

Color Harmonies of #413871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413871

Black with #413871

Text Example


Text Example

White with #413871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413871; }

 p { color: rgb(65,56,113); }

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

background-color css

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

 a { background-color: rgb(65,56,113); }

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

border-color css

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

 span { border-color: rgb(65,56,113); }

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