Html Css Color HEX #413A64 Minsk

📋 copy color: '#413A64'

red 65 ◦ green 58 ◦ blue 100

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

Shades of Minsk #413A64

Tints of Minsk #413A64

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.01%

 BLUE value IS 100 (39.45% from 255) = 44.84%

R = 29.15%
G = 26.01%
B = 44.84%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#413A64 (or 0x413A64) is known color: Minsk. HEX triplet: 41, 3A and 64. RGB value is (65,58,100). Sum of RGB (Red+Green+Blue) = 65+58+100=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 100 - color contains mainly: blue. Hex color #413A64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413A64 is #BEC59B. Grayscale: #404040. Windows color (decimal): -12502428 or 6568513. OLE color: 6568513.

HSL color Cylindrical-coordinate representation of color #413A64: hue angle of 250º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #413A64 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 65 58 100 -
CMYK 0.35 0.42 0 0.61
HSL 250º 0.27% 0.31% -
HSV(B) 250º 0.42% 0.39% -
XYZ 5.99 5.07 12.72 -
YUV 64.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 65 58 100 0.35 0.42 0 0.61 250 0.27 0.31
Hex 41 3A 64 23 2A 0 3D FA 1B 1F
Octal 101 72 144 43 52 0 75 372 33 37
Binary 1000001 111010 1100100 100011 101010 0 111101 11111010 11011 11111

Color Harmonies of #413A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A64

Black with #413A64

Text Example


Text Example

White with #413A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413A64; }

 p { color: rgb(65,58,100); }

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

background-color css

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

 a { background-color: rgb(65,58,100); }

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

border-color css

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

 span { border-color: rgb(65,58,100); }

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