Html Css Color HEX #412F70 Minsk

📋 copy color: '#412F70'

red 65 ◦ green 47 ◦ blue 112

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

Shades of Minsk #412F70

Tints of Minsk #412F70

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.98%

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

R = 29.02%
G = 20.98%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#412F70 (or 0x412F70) is known color: Minsk. HEX triplet: 41, 2F and 70. RGB value is (65,47,112). Sum of RGB (Red+Green+Blue) = 65+47+112=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #412F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412F70 is #BED08F. Grayscale: #3B3B3B. Windows color (decimal): -12505232 or 7352129. OLE color: 7352129.

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

Color convert

RGB 65 47 112 -
CMYK 0.42 0.58 0 0.56
HSL 256.62º 0.41% 0.31% -
HSV(B) 256.62º 0.58% 0.44% -
XYZ 6.12 4.33 15.84 -
YUV 59.79 157.46 131.71 -
System Red Green Blue C M Y K H S L
Decimal 65 47 112 0.42 0.58 0 0.56 256.62 0.41 0.31
Hex 41 2F 70 2A 3A 0 38 101 29 1F
Octal 101 57 160 52 72 0 70 401 51 37
Binary 1000001 101111 1110000 101010 111010 0 111000 100000001 101001 11111

Color Harmonies of #412F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F70

Black with #412F70

Text Example


Text Example

White with #412F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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