Html Css Color HEX #413872 Minsk

📋 copy color: '#413872'

red 65 ◦ green 56 ◦ blue 114

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

Shades of Minsk #413872

Tints of Minsk #413872

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.83%

 BLUE value IS 114 (44.92% from 255) = 48.51%

R = 27.66%
G = 23.83%
B = 48.51%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#413872 (or 0x413872) is known color: Minsk. HEX triplet: 41, 38 and 72. RGB value is (65,56,114). Sum of RGB (Red+Green+Blue) = 65+56+114=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #413872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413872 is #BEC78D. Grayscale: #414141. Windows color (decimal): -12502926 or 7485505. OLE color: 7485505.

HSL color Cylindrical-coordinate representation of color #413872: hue angle of 249.31º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #413872 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 56 114 -
CMYK 0.43 0.51 0 0.55
HSL 249.31º 0.34% 0.33% -
HSV(B) 249.31º 0.51% 0.45% -
XYZ 6.63 5.17 16.57 -
YUV 65.3 155.48 127.78 -
System Red Green Blue C M Y K H S L
Decimal 65 56 114 0.43 0.51 0 0.55 249.31 0.34 0.33
Hex 41 38 72 2B 33 0 37 F9 22 21
Octal 101 70 162 53 63 0 67 371 42 41
Binary 1000001 111000 1110010 101011 110011 0 110111 11111001 100010 100001

Color Harmonies of #413872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413872

Black with #413872

Text Example


Text Example

White with #413872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413872; }

 p { color: rgb(65,56,114); }

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

background-color css

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

 a { background-color: rgb(65,56,114); }

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

border-color css

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

 span { border-color: rgb(65,56,114); }

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