Html Css Color HEX #412F6C Minsk

📋 copy color: '#412F6C'

red 65 ◦ green 47 ◦ blue 108

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

Shades of Minsk #412F6C

Tints of Minsk #412F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 49.09%

R = 29.55%
G = 21.36%
B = 49.09%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#412F6C (or 0x412F6C) is known color: Minsk. HEX triplet: 41, 2F and 6C. RGB value is (65,47,108). Sum of RGB (Red+Green+Blue) = 65+47+108=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #412F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412F6C is #BED093. Grayscale: #3B3B3B. Windows color (decimal): -12505236 or 7089985. OLE color: 7089985.

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

Color convert

RGB 65 47 108 -
CMYK 0.40 0.56 0 0.58
HSL 257.7º 0.39% 0.3% -
HSV(B) 257.7º 0.56% 0.42% -
XYZ 5.9 4.24 14.69 -
YUV 59.34 155.46 132.04 -
System Red Green Blue C M Y K H S L
Decimal 65 47 108 0.40 0.56 0 0.58 257.7 0.39 0.3
Hex 41 2F 6C 28 38 0 3A 102 27 1E
Octal 101 57 154 50 70 0 72 402 47 36
Binary 1000001 101111 1101100 101000 111000 0 111010 100000010 100111 11110

Color Harmonies of #412F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F6C

Black with #412F6C

Text Example


Text Example

White with #412F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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