Html Css Color HEX #412F6F Minsk

📋 copy color: '#412F6F'

red 65 ◦ green 47 ◦ blue 111

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

Shades of Minsk #412F6F

Tints of Minsk #412F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 49.78%

R = 29.15%
G = 21.08%
B = 49.78%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#412F6F (or 0x412F6F) is known color: Minsk. HEX triplet: 41, 2F and 6F. RGB value is (65,47,111). Sum of RGB (Red+Green+Blue) = 65+47+111=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #412F6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412F6F is #BED090. Grayscale: #3B3B3B. Windows color (decimal): -12505233 or 7286593. OLE color: 7286593.

HSL color Cylindrical-coordinate representation of color #412F6F: hue angle of 256.88º 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 #412F6F is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 47 111 -
CMYK 0.41 0.58 0 0.56
HSL 256.88º 0.41% 0.31% -
HSV(B) 256.88º 0.58% 0.44% -
XYZ 6.07 4.3 15.55 -
YUV 59.68 156.96 131.8 -
System Red Green Blue C M Y K H S L
Decimal 65 47 111 0.41 0.58 0 0.56 256.88 0.41 0.31
Hex 41 2F 6F 29 3A 0 38 101 29 1F
Octal 101 57 157 51 72 0 70 401 51 37
Binary 1000001 101111 1101111 101001 111010 0 111000 100000001 101001 11111

Color Harmonies of #412F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F6F

Black with #412F6F

Text Example


Text Example

White with #412F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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