Html Css Color HEX #413568 Minsk

📋 copy color: '#413568'

red 65 ◦ green 53 ◦ blue 104

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

Shades of Minsk #413568

Tints of Minsk #413568

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.87%

 BLUE value IS 104 (41.02% from 255) = 46.85%

R = 29.28%
G = 23.87%
B = 46.85%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#413568 (or 0x413568) is known color: Minsk. HEX triplet: 41, 35 and 68. RGB value is (65,53,104). Sum of RGB (Red+Green+Blue) = 65+53+104=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #413568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413568 is #BECA97. Grayscale: #3E3E3E. Windows color (decimal): -12503704 or 6829377. OLE color: 6829377.

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

Color convert

RGB 65 53 104 -
CMYK 0.38 0.49 0 0.59
HSL 254.12º 0.32% 0.31% -
HSV(B) 254.12º 0.49% 0.41% -
XYZ 5.95 4.67 13.68 -
YUV 62.4 151.48 129.85 -
System Red Green Blue C M Y K H S L
Decimal 65 53 104 0.38 0.49 0 0.59 254.12 0.32 0.31
Hex 41 35 68 26 31 0 3B FE 20 1F
Octal 101 65 150 46 61 0 73 376 40 37
Binary 1000001 110101 1101000 100110 110001 0 111011 11111110 100000 11111

Color Harmonies of #413568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413568

Black with #413568

Text Example


Text Example

White with #413568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413568; }

 p { color: rgb(65,53,104); }

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

background-color css

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

 a { background-color: rgb(65,53,104); }

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

border-color css

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

 span { border-color: rgb(65,53,104); }

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