Html Css Color HEX #413470 Minsk

📋 copy color: '#413470'

red 65 ◦ green 52 ◦ blue 112

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

Shades of Minsk #413470

Tints of Minsk #413470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 48.91%

R = 28.38%
G = 22.71%
B = 48.91%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#413470 (or 0x413470) is known color: Minsk. HEX triplet: 41, 34 and 70. RGB value is (65,52,112). Sum of RGB (Red+Green+Blue) = 65+52+112=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #413470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413470 is #BECB8F. Grayscale: #3E3E3E. Windows color (decimal): -12503952 or 7353409. OLE color: 7353409.

HSL color Cylindrical-coordinate representation of color #413470: hue angle of 253º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #413470 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 52 112 -
CMYK 0.42 0.54 0 0.56
HSL 253º 0.37% 0.32% -
HSV(B) 253º 0.54% 0.44% -
XYZ 6.33 4.75 15.91 -
YUV 62.73 155.81 129.62 -
System Red Green Blue C M Y K H S L
Decimal 65 52 112 0.42 0.54 0 0.56 253 0.37 0.32
Hex 41 34 70 2A 36 0 38 FD 25 20
Octal 101 64 160 52 66 0 70 375 45 40
Binary 1000001 110100 1110000 101010 110110 0 111000 11111101 100101 100000

Color Harmonies of #413470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413470

Black with #413470

Text Example


Text Example

White with #413470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413470; }

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

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

background-color css

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

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

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

border-color css

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

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

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