Html Css Color HEX #402C6B Minsk

📋 copy color: '#402C6B'

red 64 ◦ green 44 ◦ blue 107

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

Shades of Minsk #402C6B

Tints of Minsk #402C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 49.77%

R = 29.77%
G = 20.47%
B = 49.77%

CMYK

 C value IS 0.40

 M value IS 0.59

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#402C6B (or 0x402C6B) is known color: Minsk. HEX triplet: 40, 2C and 6B. RGB value is (64,44,107). Sum of RGB (Red+Green+Blue) = 64+44+107=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #402C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402C6B is #BFD394. Grayscale: #383838. Windows color (decimal): -12571541 or 7023680. OLE color: 7023680.

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

Color convert

RGB 64 44 107 -
CMYK 0.40 0.59 0 0.58
HSL 259.05º 0.42% 0.3% -
HSV(B) 259.05º 0.59% 0.42% -
XYZ 5.67 3.95 14.37 -
YUV 57.16 156.13 132.88 -
System Red Green Blue C M Y K H S L
Decimal 64 44 107 0.40 0.59 0 0.58 259.05 0.42 0.3
Hex 40 2C 6B 28 3B 0 3A 103 2A 1E
Octal 100 54 153 50 73 0 72 403 52 36
Binary 1000000 101100 1101011 101000 111011 0 111010 100000011 101010 11110

Color Harmonies of #402C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402C6B

Black with #402C6B

Text Example


Text Example

White with #402C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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