Html Css Color HEX #413875 Minsk

📋 copy color: '#413875'

red 65 ◦ green 56 ◦ blue 117

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

Shades of Minsk #413875

Tints of Minsk #413875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 49.16%

R = 27.31%
G = 23.53%
B = 49.16%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#413875 (or 0x413875) is known color: Minsk. HEX triplet: 41, 38 and 75. RGB value is (65,56,117). Sum of RGB (Red+Green+Blue) = 65+56+117=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #413875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413875 is #BEC78A. Grayscale: #414141. Windows color (decimal): -12502923 or 7682113. OLE color: 7682113.

HSL color Cylindrical-coordinate representation of color #413875: hue angle of 248.85º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #413875 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 56 117 -
CMYK 0.44 0.52 0 0.54
HSL 248.85º 0.35% 0.34% -
HSV(B) 248.85º 0.52% 0.46% -
XYZ 6.81 5.24 17.48 -
YUV 65.65 156.98 127.54 -
System Red Green Blue C M Y K H S L
Decimal 65 56 117 0.44 0.52 0 0.54 248.85 0.35 0.34
Hex 41 38 75 2C 34 0 36 F9 23 22
Octal 101 70 165 54 64 0 66 371 43 42
Binary 1000001 111000 1110101 101100 110100 0 110110 11111001 100011 100010

Color Harmonies of #413875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413875

Black with #413875

Text Example


Text Example

White with #413875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413875; }

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

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

background-color css

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

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

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

border-color css

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

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

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