Html Css Color HEX #413167 Minsk

📋 copy color: '#413167'

red 65 ◦ green 49 ◦ blue 103

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

Shades of Minsk #413167

Tints of Minsk #413167

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.58%

 BLUE value IS 103 (40.63% from 255) = 47.47%

R = 29.95%
G = 22.58%
B = 47.47%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#413167 (or 0x413167) is known color: Minsk. HEX triplet: 41, 31 and 67. RGB value is (65,49,103). Sum of RGB (Red+Green+Blue) = 65+49+103=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 103 - color contains mainly: blue. Hex color #413167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413167 is #BECE98. Grayscale: #3B3B3B. Windows color (decimal): -12504729 or 6762817. OLE color: 6762817.

HSL color Cylindrical-coordinate representation of color #413167: hue angle of 257.78º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #413167 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 49 103 -
CMYK 0.37 0.52 0 0.60
HSL 257.78º 0.36% 0.3% -
HSV(B) 257.78º 0.52% 0.4% -
XYZ 5.73 4.3 13.36 -
YUV 59.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 65 49 103 0.37 0.52 0 0.60 257.78 0.36 0.3
Hex 41 31 67 25 34 0 3C 102 24 1E
Octal 101 61 147 45 64 0 74 402 44 36
Binary 1000001 110001 1100111 100101 110100 0 111100 100000010 100100 11110

Color Harmonies of #413167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413167

Black with #413167

Text Example


Text Example

White with #413167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413167; }

 p { color: rgb(65,49,103); }

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

background-color css

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

 a { background-color: rgb(65,49,103); }

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

border-color css

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

 span { border-color: rgb(65,49,103); }

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