Html Css Color HEX #402C68 Minsk

📋 copy color: '#402C68'

red 64 ◦ green 44 ◦ blue 104

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

Shades of Minsk #402C68

Tints of Minsk #402C68

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.75%

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

R = 30.19%
G = 20.75%
B = 49.06%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#402C68 (or 0x402C68) is known color: Minsk. HEX triplet: 40, 2C and 68. RGB value is (64,44,104). Sum of RGB (Red+Green+Blue) = 64+44+104=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #402C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402C68 is #BFD397. Grayscale: #383838. Windows color (decimal): -12571544 or 6827072. OLE color: 6827072.

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

Color convert

RGB 64 44 104 -
CMYK 0.38 0.58 0 0.59
HSL 260º 0.41% 0.29% -
HSV(B) 260º 0.58% 0.41% -
XYZ 5.51 3.89 13.56 -
YUV 56.82 154.63 133.12 -
System Red Green Blue C M Y K H S L
Decimal 64 44 104 0.38 0.58 0 0.59 260 0.41 0.29
Hex 40 2C 68 26 3A 0 3B 104 29 1D
Octal 100 54 150 46 72 0 73 404 51 35
Binary 1000000 101100 1101000 100110 111010 0 111011 100000100 101001 11101

Color Harmonies of #402C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402C68

Black with #402C68

Text Example


Text Example

White with #402C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402C68; }

 p { color: rgb(64,44,104); }

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

background-color css

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

 a { background-color: rgb(64,44,104); }

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

border-color css

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

 span { border-color: rgb(64,44,104); }

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