Html Css Color HEX #413970 Minsk

📋 copy color: '#413970'

red 65 ◦ green 57 ◦ blue 112

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

Shades of Minsk #413970

Tints of Minsk #413970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.36%

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

R = 27.78%
G = 24.36%
B = 47.86%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#413970 (or 0x413970) is known color: Minsk. HEX triplet: 41, 39 and 70. RGB value is (65,57,112). Sum of RGB (Red+Green+Blue) = 65+57+112=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #413970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413970 is #BEC68F. Grayscale: #414141. Windows color (decimal): -12502672 or 7354689. OLE color: 7354689.

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

Color convert

RGB 65 57 112 -
CMYK 0.42 0.49 0 0.56
HSL 248.73º 0.33% 0.33% -
HSV(B) 248.73º 0.49% 0.44% -
XYZ 6.57 5.22 15.99 -
YUV 65.66 154.15 127.53 -
System Red Green Blue C M Y K H S L
Decimal 65 57 112 0.42 0.49 0 0.56 248.73 0.33 0.33
Hex 41 39 70 2A 31 0 38 F9 21 21
Octal 101 71 160 52 61 0 70 371 41 41
Binary 1000001 111001 1110000 101010 110001 0 111000 11111001 100001 100001

Color Harmonies of #413970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413970

Black with #413970

Text Example


Text Example

White with #413970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413970; }

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

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

background-color css

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

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

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

border-color css

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

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

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