Html Css Color HEX #403066 Minsk

📋 copy color: '#403066'

red 64 ◦ green 48 ◦ blue 102

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

Shades of Minsk #403066

Tints of Minsk #403066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 47.66%

R = 29.91%
G = 22.43%
B = 47.66%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#403066 (or 0x403066) is known color: Minsk. HEX triplet: 40, 30 and 66. RGB value is (64,48,102). Sum of RGB (Red+Green+Blue) = 64+48+102=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #403066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403066 is #BFCF99. Grayscale: #3A3A3A. Windows color (decimal): -12570522 or 6697024. OLE color: 6697024.

HSL color Cylindrical-coordinate representation of color #403066: hue angle of 257.78º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #403066 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 48 102 -
CMYK 0.37 0.53 0 0.6
HSL 257.78º 0.36% 0.29% -
HSV(B) 257.78º 0.53% 0.4% -
XYZ 5.57 4.16 13.08 -
YUV 58.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 64 48 102 0.37 0.53 0 0.6 257.78 0.36 0.29
Hex 40 30 66 25 35 0 3C 102 24 1D
Octal 100 60 146 45 65 0 74 402 44 35
Binary 1000000 110000 1100110 100101 110101 0 111100 100000010 100100 11101

Color Harmonies of #403066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403066

Black with #403066

Text Example


Text Example

White with #403066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403066; }

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

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

background-color css

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

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

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

border-color css

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

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

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