Html Css Color HEX #413468 Minsk

📋 copy color: '#413468'

red 65 ◦ green 52 ◦ blue 104

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

Shades of Minsk #413468

Tints of Minsk #413468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.53%

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

R = 29.41%
G = 23.53%
B = 47.06%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#413468 (or 0x413468) is known color: Minsk. HEX triplet: 41, 34 and 68. RGB value is (65,52,104). Sum of RGB (Red+Green+Blue) = 65+52+104=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #413468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413468 is #BECB97. Grayscale: #3D3D3D. Windows color (decimal): -12503960 or 6829121. OLE color: 6829121.

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

Color convert

RGB 65 52 104 -
CMYK 0.38 0.50 0 0.59
HSL 255º 0.33% 0.31% -
HSV(B) 255º 0.5% 0.41% -
XYZ 5.91 4.58 13.67 -
YUV 61.82 151.81 130.27 -
System Red Green Blue C M Y K H S L
Decimal 65 52 104 0.38 0.50 0 0.59 255 0.33 0.31
Hex 41 34 68 26 32 0 3B FF 21 1F
Octal 101 64 150 46 62 0 73 377 41 37
Binary 1000001 110100 1101000 100110 110010 0 111011 11111111 100001 11111

Color Harmonies of #413468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413468

Black with #413468

Text Example


Text Example

White with #413468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413468; }

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

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

background-color css

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

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

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

border-color css

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

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

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