Html Css Color HEX #413273 Minsk

📋 copy color: '#413273'

red 65 ◦ green 50 ◦ blue 115

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

Shades of Minsk #413273

Tints of Minsk #413273

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.74%

 BLUE value IS 115 (45.31% from 255) = 50%

R = 28.26%
G = 21.74%
B = 50%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#413273 (or 0x413273) is known color: Minsk. HEX triplet: 41, 32 and 73. RGB value is (65,50,115). Sum of RGB (Red+Green+Blue) = 65+50+115=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #413273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413273 is #BECD8C. Grayscale: #3D3D3D. Windows color (decimal): -12504461 or 7549505. OLE color: 7549505.

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

Color convert

RGB 65 50 115 -
CMYK 0.43 0.57 0 0.55
HSL 253.85º 0.39% 0.32% -
HSV(B) 253.85º 0.57% 0.45% -
XYZ 6.42 4.64 16.78 -
YUV 61.9 157.97 130.21 -
System Red Green Blue C M Y K H S L
Decimal 65 50 115 0.43 0.57 0 0.55 253.85 0.39 0.32
Hex 41 32 73 2B 39 0 37 FE 27 20
Octal 101 62 163 53 71 0 67 376 47 40
Binary 1000001 110010 1110011 101011 111001 0 110111 11111110 100111 100000

Color Harmonies of #413273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413273

Black with #413273

Text Example


Text Example

White with #413273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413273; }

 p { color: rgb(65,50,115); }

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

background-color css

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

 a { background-color: rgb(65,50,115); }

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

border-color css

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

 span { border-color: rgb(65,50,115); }

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