Html Css Color HEX #413070 Minsk

📋 copy color: '#413070'

red 65 ◦ green 48 ◦ blue 112

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

Shades of Minsk #413070

Tints of Minsk #413070

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.33%

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

R = 28.89%
G = 21.33%
B = 49.78%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#413070 (or 0x413070) is known color: Minsk. HEX triplet: 41, 30 and 70. RGB value is (65,48,112). Sum of RGB (Red+Green+Blue) = 65+48+112=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #413070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413070 is #BECF8F. Grayscale: #3C3C3C. Windows color (decimal): -12504976 or 7352385. OLE color: 7352385.

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

Color convert

RGB 65 48 112 -
CMYK 0.42 0.57 0 0.56
HSL 255.94º 0.4% 0.31% -
HSV(B) 255.94º 0.57% 0.44% -
XYZ 6.16 4.41 15.86 -
YUV 60.38 157.13 131.3 -
System Red Green Blue C M Y K H S L
Decimal 65 48 112 0.42 0.57 0 0.56 255.94 0.4 0.31
Hex 41 30 70 2A 39 0 38 100 28 1F
Octal 101 60 160 52 71 0 70 400 50 37
Binary 1000001 110000 1110000 101010 111001 0 111000 100000000 101000 11111

Color Harmonies of #413070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413070

Black with #413070

Text Example


Text Example

White with #413070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413070; }

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

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

background-color css

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

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

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

border-color css

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

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

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