Html Css Color HEX #413067 Minsk

📋 copy color: '#413067'

red 65 ◦ green 48 ◦ blue 103

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

Shades of Minsk #413067

Tints of Minsk #413067

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.22%

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

R = 30.09%
G = 22.22%
B = 47.69%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#413067 (or 0x413067) is known color: Minsk. HEX triplet: 41, 30 and 67. RGB value is (65,48,103). Sum of RGB (Red+Green+Blue) = 65+48+103=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 103 (40.62% from 255 or 47.69% from 216); Max value from RGB is 103 - color contains mainly: blue. Hex color #413067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413067 is #BECF98. Grayscale: #3B3B3B. Windows color (decimal): -12504985 or 6762561. OLE color: 6762561.

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

Color convert

RGB 65 48 103 -
CMYK 0.37 0.53 0 0.60
HSL 258.55º 0.36% 0.3% -
HSV(B) 258.55º 0.53% 0.4% -
XYZ 5.69 4.22 13.35 -
YUV 59.35 152.63 132.03 -
System Red Green Blue C M Y K H S L
Decimal 65 48 103 0.37 0.53 0 0.60 258.55 0.36 0.3
Hex 41 30 67 25 35 0 3C 103 24 1E
Octal 101 60 147 45 65 0 74 403 44 36
Binary 1000001 110000 1100111 100101 110101 0 111100 100000011 100100 11110

Color Harmonies of #413067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413067

Black with #413067

Text Example


Text Example

White with #413067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413067; }

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

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

background-color css

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

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

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

border-color css

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

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

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