Html Css Color HEX #413473 Minsk

📋 copy color: '#413473'

red 65 ◦ green 52 ◦ blue 115

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

Shades of Minsk #413473

Tints of Minsk #413473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 49.57%

R = 28.02%
G = 22.41%
B = 49.57%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#413473 (or 0x413473) is known color: Minsk. HEX triplet: 41, 34 and 73. RGB value is (65,52,115). Sum of RGB (Red+Green+Blue) = 65+52+115=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #413473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413473 is #BECB8C. Grayscale: #3E3E3E. Windows color (decimal): -12503949 or 7550017. OLE color: 7550017.

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

Color convert

RGB 65 52 115 -
CMYK 0.43 0.55 0 0.55
HSL 252.38º 0.38% 0.33% -
HSV(B) 252.38º 0.55% 0.45% -
XYZ 6.5 4.82 16.81 -
YUV 63.07 157.31 129.38 -
System Red Green Blue C M Y K H S L
Decimal 65 52 115 0.43 0.55 0 0.55 252.38 0.38 0.33
Hex 41 34 73 2B 37 0 37 FC 26 21
Octal 101 64 163 53 67 0 67 374 46 41
Binary 1000001 110100 1110011 101011 110111 0 110111 11111100 100110 100001

Color Harmonies of #413473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413473

Black with #413473

Text Example


Text Example

White with #413473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413473; }

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

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

background-color css

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

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

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

border-color css

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

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

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