Html Css Color HEX #412B69 Minsk

📋 copy color: '#412B69'

red 65 ◦ green 43 ◦ blue 105

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

Shades of Minsk #412B69

Tints of Minsk #412B69

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.19%

 BLUE value IS 105 (41.41% from 255) = 49.3%

R = 30.52%
G = 20.19%
B = 49.3%

CMYK

 C value IS 0.38

 M value IS 0.59

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#412B69 (or 0x412B69) is known color: Minsk. HEX triplet: 41, 2B and 69. RGB value is (65,43,105). Sum of RGB (Red+Green+Blue) = 65+43+105=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #412B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412B69 is #BED496. Grayscale: #383838. Windows color (decimal): -12506263 or 6892353. OLE color: 6892353.

HSL color Cylindrical-coordinate representation of color #412B69: hue angle of 261.29º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #412B69 is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 43 105 -
CMYK 0.38 0.59 0 0.59
HSL 261.29º 0.42% 0.29% -
HSV(B) 261.29º 0.59% 0.41% -
XYZ 5.59 3.87 13.82 -
YUV 56.65 155.29 133.96 -
System Red Green Blue C M Y K H S L
Decimal 65 43 105 0.38 0.59 0 0.59 261.29 0.42 0.29
Hex 41 2B 69 26 3B 0 3B 105 2A 1D
Octal 101 53 151 46 73 0 73 405 52 35
Binary 1000001 101011 1101001 100110 111011 0 111011 100000101 101010 11101

Color Harmonies of #412B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B69

Black with #412B69

Text Example


Text Example

White with #412B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,43,105); }

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

background-color css

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

 a { background-color: rgb(65,43,105); }

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

border-color css

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

 span { border-color: rgb(65,43,105); }

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