Html Css Color HEX #413472 Minsk

📋 copy color: '#413472'

red 65 ◦ green 52 ◦ blue 114

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

Shades of Minsk #413472

Tints of Minsk #413472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 49.35%

R = 28.14%
G = 22.51%
B = 49.35%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#413472 (or 0x413472) is known color: Minsk. HEX triplet: 41, 34 and 72. RGB value is (65,52,114). Sum of RGB (Red+Green+Blue) = 65+52+114=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #413472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413472 is #BECB8D. Grayscale: #3E3E3E. Windows color (decimal): -12503950 or 7484481. OLE color: 7484481.

HSL color Cylindrical-coordinate representation of color #413472: hue angle of 252.58º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #413472 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 52 114 -
CMYK 0.43 0.54 0 0.55
HSL 252.58º 0.37% 0.33% -
HSV(B) 252.58º 0.54% 0.45% -
XYZ 6.45 4.79 16.51 -
YUV 62.96 156.81 129.46 -
System Red Green Blue C M Y K H S L
Decimal 65 52 114 0.43 0.54 0 0.55 252.58 0.37 0.33
Hex 41 34 72 2B 36 0 37 FD 25 21
Octal 101 64 162 53 66 0 67 375 45 41
Binary 1000001 110100 1110010 101011 110110 0 110111 11111101 100101 100001

Color Harmonies of #413472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413472

Black with #413472

Text Example


Text Example

White with #413472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413472; }

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

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

background-color css

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

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

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

border-color css

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

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

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