Html Css Color HEX #413870 Minsk

📋 copy color: '#413870'

red 65 ◦ green 56 ◦ blue 112

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

Shades of Minsk #413870

Tints of Minsk #413870

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.03%

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

R = 27.9%
G = 24.03%
B = 48.07%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#413870 (or 0x413870) is known color: Minsk. HEX triplet: 41, 38 and 70. RGB value is (65,56,112). Sum of RGB (Red+Green+Blue) = 65+56+112=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #413870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413870 is #BEC78F. Grayscale: #404040. Windows color (decimal): -12502928 or 7354433. OLE color: 7354433.

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

Color convert

RGB 65 56 112 -
CMYK 0.42 0.50 0 0.56
HSL 249.64º 0.33% 0.33% -
HSV(B) 249.64º 0.5% 0.44% -
XYZ 6.52 5.12 15.97 -
YUV 65.08 154.48 127.95 -
System Red Green Blue C M Y K H S L
Decimal 65 56 112 0.42 0.50 0 0.56 249.64 0.33 0.33
Hex 41 38 70 2A 32 0 38 FA 21 21
Octal 101 70 160 52 62 0 70 372 41 41
Binary 1000001 111000 1110000 101010 110010 0 111000 11111010 100001 100001

Color Harmonies of #413870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413870

Black with #413870

Text Example


Text Example

White with #413870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413870; }

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

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

background-color css

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

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

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

border-color css

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

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

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