Html Css Color HEX #413474 Minsk

📋 copy color: '#413474'

red 65 ◦ green 52 ◦ blue 116

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

Shades of Minsk #413474

Tints of Minsk #413474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 49.79%

R = 27.9%
G = 22.32%
B = 49.79%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#413474 (or 0x413474) is known color: Minsk. HEX triplet: 41, 34 and 74. RGB value is (65,52,116). Sum of RGB (Red+Green+Blue) = 65+52+116=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #413474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413474 is #BECB8B. Grayscale: #3E3E3E. Windows color (decimal): -12503948 or 7615553. OLE color: 7615553.

HSL color Cylindrical-coordinate representation of color #413474: hue angle of 252.19º 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 #413474 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 52 116 -
CMYK 0.44 0.55 0 0.55
HSL 252.19º 0.38% 0.33% -
HSV(B) 252.19º 0.55% 0.45% -
XYZ 6.56 4.84 17.11 -
YUV 63.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 65 52 116 0.44 0.55 0 0.55 252.19 0.38 0.33
Hex 41 34 74 2C 37 0 37 FC 26 21
Octal 101 64 164 54 67 0 67 374 46 41
Binary 1000001 110100 1110100 101100 110111 0 110111 11111100 100110 100001

Color Harmonies of #413474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413474

Black with #413474

Text Example


Text Example

White with #413474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413474; }

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

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

background-color css

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

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

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

border-color css

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

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

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