Html Css Color HEX #403072 Minsk

📋 copy color: '#403072'

red 64 ◦ green 48 ◦ blue 114

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

Shades of Minsk #403072

Tints of Minsk #403072

RGB

 RED value IS 64 (25.39% from 255) = 28.32%

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

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

R = 28.32%
G = 21.24%
B = 50.44%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#403072 (or 0x403072) is known color: Minsk. HEX triplet: 40, 30 and 72. RGB value is (64,48,114). Sum of RGB (Red+Green+Blue) = 64+48+114=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #403072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403072 is #BFCF8D. Grayscale: #3C3C3C. Windows color (decimal): -12570510 or 7483456. OLE color: 7483456.

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

Color convert

RGB 64 48 114 -
CMYK 0.44 0.58 0 0.55
HSL 254.55º 0.41% 0.32% -
HSV(B) 254.55º 0.58% 0.45% -
XYZ 6.21 4.42 16.45 -
YUV 60.31 158.3 130.63 -
System Red Green Blue C M Y K H S L
Decimal 64 48 114 0.44 0.58 0 0.55 254.55 0.41 0.32
Hex 40 30 72 2C 3A 0 37 FF 29 20
Octal 100 60 162 54 72 0 67 377 51 40
Binary 1000000 110000 1110010 101100 111010 0 110111 11111111 101001 100000

Color Harmonies of #403072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403072

Black with #403072

Text Example


Text Example

White with #403072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403072; }

 p { color: rgb(64,48,114); }

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

background-color css

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

 a { background-color: rgb(64,48,114); }

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

border-color css

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

 span { border-color: rgb(64,48,114); }

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