Html Css Color HEX #413868 Minsk

📋 copy color: '#413868'

red 65 ◦ green 56 ◦ blue 104

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

Shades of Minsk #413868

Tints of Minsk #413868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 46.22%

R = 28.89%
G = 24.89%
B = 46.22%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#413868 (or 0x413868) is known color: Minsk. HEX triplet: 41, 38 and 68. RGB value is (65,56,104). Sum of RGB (Red+Green+Blue) = 65+56+104=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #413868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413868 is #BEC797. Grayscale: #3F3F3F. Windows color (decimal): -12502936 or 6830145. OLE color: 6830145.

HSL color Cylindrical-coordinate representation of color #413868: hue angle of 251.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #413868 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 56 104 -
CMYK 0.38 0.46 0 0.59
HSL 251.25º 0.3% 0.31% -
HSV(B) 251.25º 0.46% 0.41% -
XYZ 6.09 4.95 13.73 -
YUV 64.16 150.48 128.6 -
System Red Green Blue C M Y K H S L
Decimal 65 56 104 0.38 0.46 0 0.59 251.25 0.3 0.31
Hex 41 38 68 26 2E 0 3B FB 1E 1F
Octal 101 70 150 46 56 0 73 373 36 37
Binary 1000001 111000 1101000 100110 101110 0 111011 11111011 11110 11111

Color Harmonies of #413868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413868

Black with #413868

Text Example


Text Example

White with #413868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413868; }

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

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

background-color css

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

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

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

border-color css

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

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

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